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

@ -52,12 +52,13 @@ window = {
## Equipment Slot
{
"name" : "Equipment_Base",
"type" : "expanded_image",
"type" : "image",
"x" : 10,
"y" : 33,
"image" : "d:/ymir work/ui/equipment_bg_with_ring.tga",
# "image" : "d:/ymir work/ui/equipment_bg_with_ring.tga",
"image" : "d:/ymir work/ui/equipment_bg_without_ring.tga",
"children" :
(
@ -85,9 +86,9 @@ window = {
{"index":EQUIPMENT_START_INDEX+9, "x":114, "y":2, "width":32, "height":32},
{"index":EQUIPMENT_START_INDEX+10, "x":75, "y":35, "width":32, "height":32},
## <20><> <20><><EFBFBD><EFBFBD>1
{"index":item.EQUIPMENT_RING1, "x":2, "y":106, "width":32, "height":32},
# {"index":item.EQUIPMENT_RING1, "x":2, "y":106, "width":32, "height":32},
## <20><> <20><><EFBFBD><EFBFBD>2
{"index":item.EQUIPMENT_RING2, "x":75, "y":106, "width":32, "height":32},
# {"index":item.EQUIPMENT_RING2, "x":75, "y":106, "width":32, "height":32},
## <20><> <20><>Ʈ
{"index":item.EQUIPMENT_BELT, "x":39, "y":106, "width":32, "height":32},
),
@ -130,9 +131,9 @@ window = {
"tooltip_text" : uiScriptLocale.COSTUME_TITLE,
"default_image" : "d:/ymir work/ui/game/taskbar/costume_Button_01.tga",
"over_image" : "d:/ymir work/ui/game/taskbar/costume_Button_02.tga",
"down_image" : "d:/ymir work/ui/game/taskbar/costume_Button_03.tga",
"default_image" : "d:/ymir work/ui/game/costume_button_01.tga",
"over_image" : "d:/ymir work/ui/game/costume_button_02.tga",
"down_image" : "d:/ymir work/ui/game/costume_button_03.tga",
},
{
"name" : "Equipment_Tab_01",