mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-07 13:18:28 +02:00
removed day / jour and night / nuit tag to avoid translation issue
This commit is contained in:
parent
232498ab42
commit
604e6ed939
8 changed files with 10 additions and 13 deletions
File diff suppressed because one or more lines are too long
|
@ -72,19 +72,16 @@ trackname_color = {
|
|||
"GP ": "\c{YOR6}GP\c{off} ",
|
||||
|
||||
"(Boost)": "\c{YOR3}(Boost)\c{off}",
|
||||
"(Nuit)": "\c{white}(Nuit)\c{off}",
|
||||
"(Jour)": "\c{white}(Jour)\c{off}",
|
||||
"(Vide)": "\c{white}(Vide)\c{off}",
|
||||
|
||||
"★★★ ": "\c{YOR2}★★★ \c{off}",
|
||||
"★★☆ ": "\c{YOR2}★★☆ \c{off}",
|
||||
"★☆☆ ": "\c{YOR2}★☆☆ \c{off}",
|
||||
"★★★! ": "\c{YOR4}★★★ \c{off}",
|
||||
"★★☆! ": "\c{YOR4}★★☆ \c{off}",
|
||||
"★☆☆! ": "\c{YOR4}★☆☆ \c{off}",
|
||||
"★★★!! ": "\c{YOR6}★★★ \c{off}",
|
||||
"★★☆!! ": "\c{YOR6}★★☆ \c{off}",
|
||||
"★☆☆!! ": "\c{YOR6}★☆☆ \c{off}",
|
||||
"★★★ ": "\c{YOR2}★★★\c{off} ",
|
||||
"★★☆ ": "\c{YOR2}★★☆\c{off} ",
|
||||
"★☆☆ ": "\c{YOR2}★☆☆\c{off} ",
|
||||
"★★★! ": "\c{YOR4}★★★\c{off} ",
|
||||
"★★☆! ": "\c{YOR4}★★☆\c{off} ",
|
||||
"★☆☆! ": "\c{YOR4}★☆☆\c{off} ",
|
||||
"★★★!! ": "\c{YOR6}★★★\c{off} ",
|
||||
"★★☆!! ": "\c{YOR6}★★☆\c{off} ",
|
||||
"★☆☆!! ": "\c{YOR6}★☆☆\c{off} ",
|
||||
}
|
||||
|
||||
def patch_bmg(self, gamefile): # gamefile est le fichier .szs trouvé dans le /files/Scene/UI/ du jeu
|
||||
|
|
Loading…
Reference in a new issue