1
0
forked from metin2/client

Added game files from TMP4

This commit is contained in:
2023-07-21 21:55:58 +03:00
parent bb44b31af9
commit eb47a22455
9325 changed files with 276198 additions and 69890 deletions

View File

@ -0,0 +1,41 @@
import uiScriptLocale
ROOT = "d:/ymir work/ui/game/"
Y_ADD_POSITION = 0
window = {
"name" : "GiftBox",
"x" : 0,
"y" : SCREEN_HEIGHT - 45,
"width" : 50,
"height" : 50,
"children" :
(
{
"name" : "GiftBox_Icon",
"type" : "image",
"x" : 5,
"y" : -90 + Y_ADD_POSITION,
"width" : 50,
"height" : 50,
"image" : "D:/Ymir Work/UI/Pattern/GiftBox/present_for_fruends_icon.tga",
},
{
"name" : "GiftBox_ToolTip",
"x" : 0,
"y" : 0,
"width" : 50,
"height" : 10,
"type" : "window",
},
),
}