forked from metin2/client
Added game files from TMP4
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user