locale_de in Versionskontrolle aufnehmen
Nimmt den deutschen Locale-Ordner (UI-Layouts, Sprachtabellen, Icons/Texturen) zusaetzlich zu root/ und uiscript/ ins Repo auf.
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
import uiScriptLocale
|
||||
|
||||
ROOT = "d:/ymir work/ui/game/"
|
||||
|
||||
Y_ADD_POSITION = 0
|
||||
window = {
|
||||
"name" : "ExpandTaskBar",
|
||||
|
||||
"x" : SCREEN_WIDTH/2 - 5,
|
||||
"y" : SCREEN_HEIGHT - 74,
|
||||
|
||||
"width" : 37,
|
||||
"height" : 37,
|
||||
|
||||
"children" :
|
||||
(
|
||||
{
|
||||
"name" : "ExpanedTaskBar_Board",
|
||||
"type" : "window",
|
||||
|
||||
"x" : 0,
|
||||
"y" : 0,
|
||||
|
||||
"width" : 37,
|
||||
"height" : 37,
|
||||
|
||||
"children" :
|
||||
(
|
||||
),
|
||||
},
|
||||
),
|
||||
}
|
||||
Reference in New Issue
Block a user