forked from metin2/client
Added game files from TMP4
This commit is contained in:
52
bin/pack/locale_es/locale/es/ui/webwindow.py
Normal file
52
bin/pack/locale_es/locale/es/ui/webwindow.py
Normal file
@ -0,0 +1,52 @@
|
||||
import uiScriptLocale
|
||||
|
||||
WEB_WIDTH = 740
|
||||
WEB_HEIGHT = 550
|
||||
|
||||
window = {
|
||||
"name" : "MallWindow",
|
||||
|
||||
"x" : 0,
|
||||
"y" : 0,
|
||||
|
||||
"style" : ("movable", "float",),
|
||||
|
||||
"width" : WEB_WIDTH + 20,
|
||||
"height" : WEB_HEIGHT + 40,
|
||||
|
||||
"children" :
|
||||
(
|
||||
{
|
||||
"name" : "board",
|
||||
"type" : "board",
|
||||
"style" : ("attach",),
|
||||
|
||||
"x" : 0,
|
||||
"y" : 0,
|
||||
|
||||
"width" : WEB_WIDTH + 20,
|
||||
"height" : WEB_HEIGHT + 40,
|
||||
|
||||
"children" :
|
||||
(
|
||||
## Title
|
||||
{
|
||||
"name" : "TitleBar",
|
||||
"type" : "titlebar",
|
||||
"style" : ("attach",),
|
||||
|
||||
"x" : 8,
|
||||
"y" : 7,
|
||||
|
||||
"width" : WEB_WIDTH + 10,
|
||||
"color" : "yellow",
|
||||
|
||||
"children" :
|
||||
(
|
||||
{ "name":"TitleName", "type":"text", "x":50, "y":3, "text":uiScriptLocale.SYSTEM_MALL, "text_horizontal_align":"center" },
|
||||
),
|
||||
},
|
||||
),
|
||||
},
|
||||
),
|
||||
}
|
Reference in New Issue
Block a user