Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import uiScriptLocale
- MIDDLE_VALUE_FILE = "d:/ymir work/ui/public/Parameter_Slot_01.sub"
- EQUIPMENT_START_INDEX = 90
- window = {
- "name" : "InventoryWindow",
- ## 600 - (width + żŔ¸ĄÂĘŔ¸·Î şÎĹÍ ¶çżě±â 24 px)
- "x" : SCREEN_WIDTH - 124 - 176,
- "y" : SCREEN_HEIGHT - 37 - 565,
- "style" : ("movable", "float",),
- "width" : 176+124,
- "height" : 565,
- "children" :
- (
- {
- "name" : "board",
- "type" : "board",
- "style" : ("attach",),
- "x" : 0,
- "y" : 0,
- "width" : 176+124,
- "height" : 565,
- "children" :
- (
- ## Title
- {
- "name" : "TitleBar",
- "type" : "titlebar",
- "style" : ("attach",),
- "x" : 8,
- "y" : 7,
- "width" : 161+124,
- "color" : "yellow",
- "children" :
- (
- {
- "name":"TitleName",
- "type":"text",
- "x":77+62,
- "y":3,
- "text":uiScriptLocale.INVENTORY_TITLE,
- "text_horizontal_align":"center"
- },
- ),
- },
- ## Equipment Slot
- {
- "name" : "Equipment_Base",
- "type" : "image",
- "x" : 10,
- "y" : 33,
- "image" : "d:/ymir work/ui/game/windows/equipment_base.sub",
- "children" :
- (
- {
- "name" : "EquipmentSlot",
- "type" : "slot",
- "x" : 3,
- "y" : 3,
- "width" : 150,
- "height" : 182,
- "slot" : (
- {"index":EQUIPMENT_START_INDEX+0, "x":39, "y":37, "width":32, "height":64},
- {"index":EQUIPMENT_START_INDEX+1, "x":39, "y":2, "width":32, "height":32},
- {"index":EQUIPMENT_START_INDEX+2, "x":39, "y":145, "width":32, "height":32},
- {"index":EQUIPMENT_START_INDEX+3, "x":75, "y":67, "width":32, "height":32},
- {"index":EQUIPMENT_START_INDEX+4, "x":3, "y":3, "width":32, "height":96},
- {"index":EQUIPMENT_START_INDEX+5, "x":114, "y":84, "width":32, "height":32},
- {"index":EQUIPMENT_START_INDEX+6, "x":114, "y":52, "width":32, "height":32},
- {"index":EQUIPMENT_START_INDEX+7, "x":2, "y":113, "width":32, "height":32},
- {"index":EQUIPMENT_START_INDEX+8, "x":75, "y":113, "width":32, "height":32},
- {"index":EQUIPMENT_START_INDEX+9, "x":114, "y":1, "width":32, "height":32},
- {"index":EQUIPMENT_START_INDEX+10, "x":75, "y":35, "width":32, "height":32},
- ),
- },
- ## MallButton
- {
- "name" : "MallButton",
- "type" : "button",
- "x" : 120,
- "y" : 150,
- "tooltip_text" : uiScriptLocale.MALL_TITLE,
- "default_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_01.tga",
- "over_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_02.tga",
- "down_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_03.tga",
- },
- ## CostumeButton
- {
- "name" : "CostumeButton",
- "type" : "button",
- "x" : 78,
- "y" : 5,
- "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",
- },
- {
- "name" : "Equipment_Tab_01",
- "type" : "radio_button",
- "x" : 86,
- "y" : 161,
- "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub",
- "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub",
- "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub",
- "children" :
- (
- {
- "name" : "Equipment_Tab_01_Print",
- "type" : "text",
- "x" : 0,
- "y" : 0,
- "all_align" : "center",
- "text" : "I",
- },
- ),
- },
- {
- "name" : "Equipment_Tab_02",
- "type" : "radio_button",
- "x" : 86 + 32,
- "y" : 161,
- "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub",
- "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub",
- "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub",
- "children" :
- (
- {
- "name" : "Equipment_Tab_02_Print",
- "type" : "text",
- "x" : 0,
- "y" : 0,
- "all_align" : "center",
- "text" : "II",
- },
- ),
- },
- ),
- },
- ## Bonus Part
- {
- "name" : "Bonus_Page",
- "type" : "window",
- "x" : 166,
- "y" : 34,
- "width" : 124,
- "height" : 565-24,
- "children" :
- (
- {
- "name" : "BonusBase1",
- "type" : "horizontalbar",
- "x" : 4,
- "y" : 0,
- "width" : 120,
- "children" :
- (
- {
- "name" : "bonus_text_1",
- "type" : "text",
- "x" : 0,
- "y" : 0,
- "all_align" : "center",
- "text" : "Védelem",
- "r":1.0, "g":0.6352941176470588, "b":0, "a":1.0,
- },
- ),
- },
- {
- "name" : "Kard_vedelem",
- "type" : "text",
- "x" : 5,
- "y" : 1*18,
- "text" : "Kard:"
- },
- {
- "name" : "Kard_def",
- "type" : "window",
- "x" : 72,
- "y" : 1*18,
- "width" : 53,
- "height" : 19,
- "children" :
- (
- {
- "name" : "Kard_def_Slot",
- "type" : "image",
- "x" : 0,
- "y" : 0,
- "image" : MIDDLE_VALUE_FILE
- },
- {
- "name" : "Kard_def_Value",
- "type" : "text",
- "x" : 26,
- "y" : 3,
- "text" : "999",
- "r" : 1.0,
- "g" : 1.0,
- "b" : 1.0,
- "a" : 1.0,
- "text_horizontal_align":"center"
- },
- ),
- },
- {
- "name" : "Ketkezes_vedelem",
- "type" : "text",
- "x" : 5,
- "y" : 2*18,
- "text" : "Kétkezes:"
- },
- {
- "name" : "Ketkezes_def",
- "type" : "window",
- "x" : 72,
- "y" : 2*18,
- "width" : 53,
- "height" : 19,
- "children" :
- (
- {
- "name" : "Ketkezes_def_Slot",
- "type" : "image",
- "x" : 0,
- "y" : 0,
- "image" : MIDDLE_VALUE_FILE
- },
- {
- "name" : "Ketkezes_def_Value",
- "type" : "text",
- "x" : 26,
- "y" : 3,
- "text" : "999",
- "r" : 1.0,
- "g" : 1.0,
- "b" : 1.0,
- "a" : 1.0,
- "text_horizontal_align":"center"
- },
- ),
- },
- {
- "name" : "Tor_vedelem",
- "type" : "text",
- "x" : 5,
- "y" : 3*18,
- "text" : "Tőr:"
- },
- {
- "name" : "Tor_def",
- "type" : "window",
- "x" : 72,
- "y" : 3*18,
- "width" : 53,
- "height" : 19,
- "children" :
- (
- {
- "name" : "Tor_def_Slot",
- "type" : "image",
- "x" : 0,
- "y" : 0,
- "image" : MIDDLE_VALUE_FILE
- },
- {
- "name" : "Tor_def_Value",
- "type" : "text",
- "x" : 26,
- "y" : 3,
- "text" : "999",
- "r" : 1.0,
- "g" : 1.0,
- "b" : 1.0,
- "a" : 1.0,
- "text_horizontal_align":"center"
- },
- ),
- },
- {
- "name" : "Nyil_vedelem",
- "type" : "text",
- "x" : 5,
- "y" : 4*18,
- "text" : "Nyíl:"
- },
- {
- "name" : "Nyil_def",
- "type" : "window",
- "x" : 72,
- "y" : 4*18,
- "width" : 53,
- "height" : 19,
- "children" :
- (
- {
- "name" : "Nyil_def_Slot",
- "type" : "image",
- "x" : 0,
- "y" : 0,
- "image" : MIDDLE_VALUE_FILE
- },
- {
- "name" : "Nyil_def_Value",
- "type" : "text",
- "x" : 26,
- "y" : 3,
- "text" : "999",
- "r" : 1.0,
- "g" : 1.0,
- "b" : 1.0,
- "a" : 1.0,
- "text_horizontal_align":"center"
- },
- ),
- },
- {
- "name" : "Harang_vedelem",
- "type" : "text",
- "x" : 5,
- "y" : 5*18,
- "text" : "Harang:"
- },
- {
- "name" : "Harang_def",
- "type" : "window",
- "x" : 72,
- "y" : 5*18,
- "width" : 53,
- "height" : 19,
- "children" :
- (
- {
- "name" : "Harang_def_Slot",
- "type" : "image",
- "x" : 0,
- "y" : 0,
- "image" : MIDDLE_VALUE_FILE
- },
- {
- "name" : "Harang_def_Value",
- "type" : "text",
- "x" : 26,
- "y" : 3,
- "text" : "999",
- "r" : 1.0,
- "g" : 1.0,
- "b" : 1.0,
- "a" : 1.0,
- "text_horizontal_align":"center"
- },
- ),
- },
- {
- "name" : "Legyezo_vedelem",
- "type" : "text",
- "x" : 5,
- "y" : 6*18,
- "text" : "Legyező:"
- },
- {
- "name" : "Legyezo_def",
- "type" : "window",
- "x" : 72,
- "y" : 6*18,
- "width" : 53,
- "height" : 19,
- "children" :
- (
- {
- "name" : "Legyezo_def_Slot",
- "type" : "image",
- "x" : 0,
- "y" : 0,
- "image" : MIDDLE_VALUE_FILE
- },
- {
- "name" : "Legyezo_def_Value",
- "type" : "text",
- "x" : 26,
- "y" : 3,
- "text" : "999",
- "r" : 1.0,
- "g" : 1.0,
- "b" : 1.0,
- "a" : 1.0,
- "text_horizontal_align":"center"
- },
- ),
- },
- {
- "name" : "Magia_vedelem",
- "type" : "text",
- "x" : 5,
- "y" : 7*18,
- "text" : "Mágia:"
- },
- {
- "name" : "Magia_def",
- "type" : "window",
- "x" : 72,
- "y" : 7*18,
- "width" : 53,
- "height" : 19,
- "children" :
- (
- {
- "name" : "Magia_def_Slot",
- "type" : "image",
- "x" : 0,
- "y" : 0,
- "image" : MIDDLE_VALUE_FILE
- },
- {
- "name" : "Magia_def_Value",
- "type" : "text",
- "x" : 26,
- "y" : 3,
- "text" : "999",
- "r" : 1.0,
- "g" : 1.0,
- "b" : 1.0,
- "a" : 1.0,
- "text_horizontal_align":"center"
- },
- ),
- },
- {
- "name" : "Mereg_vedelem",
- "type" : "text",
- "x" : 5,
- "y" : 8*18,
- "text" : "Méreg:"
- },
- {
- "name" : "Mereg_def",
- "type" : "window",
- "x" : 72,
- "y" : 8*18,
- "width" : 53,
- "height" : 19,
- "children" :
- (
- {
- "name" : "Mereg_def_Slot",
- "type" : "image",
- "x" : 0,
- "y" : 0,
- "image" : MIDDLE_VALUE_FILE
- },
- {
- "name" : "Mereg_def_Value",
- "type" : "text",
- "x" : 26,
- "y" : 3,
- "text" : "999",
- "r" : 1.0,
- "g" : 1.0,
- "b" : 1.0,
- "a" : 1.0,
- "text_horizontal_align":"center"
- },
- ),
- },
- {
- "name" : "Harcos_vedelem",
- "type" : "text",
- "x" : 5,
- "y" : 9*18,
- "text" : "Harcos:"
- },
- {
- "name" : "Harcos_def",
- "type" : "window",
- "x" : 72,
- "y" : 9*18,
- "width" : 53,
- "height" : 19,
- "children" :
- (
- {
- "name" : "Harcos_def_Slot",
- "type" : "image",
- "x" : 0,
- "y" : 0,
- "image" : MIDDLE_VALUE_FILE
- },
- {
- "name" : "Harcos_def_Value",
- "type" : "text",
- "x" : 26,
- "y" : 3,
- "text" : "999",
- "r" : 1.0,
- "g" : 1.0,
- "b" : 1.0,
- "a" : 1.0,
- "text_horizontal_align":"center"
- },
- ),
- },
- {
- "name" : "Nindzsa_vedelem",
- "type" : "text",
- "x" : 5,
- "y" : 10*18,
- "text" : "Nindzsa:"
- },
- {
- "name" : "Nindzsa_def",
- "type" : "window",
- "x" : 72,
- "y" : 10*18,
- "width" : 53,
- "height" : 19,
- "children" :
- (
- {
- "name" : "Nindzsa_def_Slot",
- "type" : "image",
- "x" : 0,
- "y" : 0,
- "image" : MIDDLE_VALUE_FILE
- },
- {
- "name" : "Nindzsa_def_Value",
- "type" : "text",
- "x" : 26,
- "y" : 3,
- "text" : "999",
- "r" : 1.0,
- "g" : 1.0,
- "b" : 1.0,
- "a" : 1.0,
- "text_horizontal_align":"center"
- },
- ),
- },
- {
- "name" : "Sura_vedelem",
- "type" : "text",
- "x" : 5,
- "y" : 11*18,
- "text" : "Sura:"
- },
- {
- "name" : "Sura_def",
- "type" : "window",
- "x" : 72,
- "y" : 11*18,
- "width" : 53,
- "height" : 19,
- "children" :
- (
- {
- "name" : "Sura_def_Slot",
- "type" : "image",
- "x" : 0,
- "y" : 0,
- "image" : MIDDLE_VALUE_FILE
- },
- {
- "name" : "Sura_def_Value",
- "type" : "text",
- "x" : 26,
- "y" : 3,
- "text" : "999",
- "r" : 1.0,
- "g" : 1.0,
- "b" : 1.0,
- "a" : 1.0,
- "text_horizontal_align":"center"
- },
- ),
- },
- {
- "name" : "Saman_vedelem",
- "type" : "text",
- "x" : 5,
- "y" : 12*18,
- "text" : "Sámán:"
- },
- {
- "name" : "Saman_def",
- "type" : "window",
- "x" : 72,
- "y" : 12*18,
- "width" : 53,
- "height" : 19,
- "children" :
- (
- {
- "name" : "Saman_def_Slot",
- "type" : "image",
- "x" : 0,
- "y" : 0,
- "image" : MIDDLE_VALUE_FILE
- },
- {
- "name" : "Saman_def_Value",
- "type" : "text",
- "x" : 26,
- "y" : 3,
- "text" : "999",
- "r" : 1.0,
- "g" : 1.0,
- "b" : 1.0,
- "a" : 1.0,
- "text_horizontal_align":"center"
- },
- ),
- },
- {
- "name" : "BonusBase2",
- "type" : "horizontalbar",
- "x" : 4,
- "y" : 235,
- "width" : 120,
- "children" :
- (
- {
- "name" : "bonus_text_1",
- "type" : "text",
- "x" : 0,
- "y" : 0,
- "all_align" : "center",
- "text" : "Támadó",
- "r":1.0, "g":0.6352941176470588, "b":0, "a":1.0,
- },
- ),
- },
- {
- "name" : "Kritikus_talalat",
- "type" : "text",
- "x" : 5,
- "y" : 235+(1*18),
- "text" : "Krit:"
- },
- {
- "name" : "Krit",
- "type" : "window",
- "x" : 72,
- "y" : 235+(1*18),
- "width" : 53,
- "height" : 19,
- "children" :
- (
- {
- "name" : "Krit_Slot",
- "type" : "image",
- "x" : 0,
- "y" : 0,
- "image" : MIDDLE_VALUE_FILE
- },
- {
- "name" : "Krit_Value",
- "type" : "text",
- "x" : 26,
- "y" : 3,
- "text" : "999",
- "r" : 1.0,
- "g" : 1.0,
- "b" : 1.0,
- "a" : 1.0,
- "text_horizontal_align":"center"
- },
- ),
- },
- {
- "name" : "Athato_talalat",
- "type" : "text",
- "x" : 5,
- "y" : 235+(2*18),
- "text" : "Átható:"
- },
- {
- "name" : "Athato",
- "type" : "window",
- "x" : 72,
- "y" : 235+(2*18),
- "width" : 53,
- "height" : 19,
- "children" :
- (
- {
- "name" : "Athato_Slot",
- "type" : "image",
- "x" : 0,
- "y" : 0,
- "image" : MIDDLE_VALUE_FILE
- },
- {
- "name" : "Athato_Value",
- "type" : "text",
- "x" : 26,
- "y" : 3,
- "text" : "999",
- "r" : 1.0,
- "g" : 1.0,
- "b" : 1.0,
- "a" : 1.0,
- "text_horizontal_align":"center"
- },
- ),
- },
- {
- "name" : "Atlagos_karok",
- "type" : "text",
- "x" : 5,
- "y" : 235+(3*18),
- "text" : "Átlag kár:"
- },
- {
- "name" : "Atlagkar",
- "type" : "window",
- "x" : 72,
- "y" : 235+(3*18),
- "width" : 53,
- "height" : 19,
- "children" :
- (
- {
- "name" : "Atlagkar_Slot",
- "type" : "image",
- "x" : 0,
- "y" : 0,
- "image" : MIDDLE_VALUE_FILE
- },
- {
- "name" : "Atlagkar_Value",
- "type" : "text",
- "x" : 26,
- "y" : 3,
- "text" : "999",
- "r" : 1.0,
- "g" : 1.0,
- "b" : 1.0,
- "a" : 1.0,
- "text_horizontal_align":"center"
- },
- ),
- },
- {
- "name" : "Keszeg_karok",
- "type" : "text",
- "x" : 5,
- "y" : 235+(4*18),
- "text" : "Készség kár:"
- },
- {
- "name" : "Keszsegkar",
- "type" : "window",
- "x" : 72,
- "y" : 235+(4*18),
- "width" : 53,
- "height" : 19,
- "children" :
- (
- {
- "name" : "Keszseg_Slot",
- "type" : "image",
- "x" : 0,
- "y" : 0,
- "image" : MIDDLE_VALUE_FILE
- },
- {
- "name" : "Keszsegkar_Value",
- "type" : "text",
- "x" : 26,
- "y" : 3,
- "text" : "999",
- "r" : 1.0,
- "g" : 1.0,
- "b" : 1.0,
- "a" : 1.0,
- "text_horizontal_align":"center"
- },
- ),
- },
- {
- "name" : "Felemberek",
- "type" : "text",
- "x" : 5,
- "y" : 235+(5*18),
- "text" : "Félemberek:"
- },
- {
- "name" : "Felember",
- "type" : "window",
- "x" : 72,
- "y" : 235+(5*18),
- "width" : 53,
- "height" : 19,
- "children" :
- (
- {
- "name" : "Felember_Slot",
- "type" : "image",
- "x" : 0,
- "y" : 0,
- "image" : MIDDLE_VALUE_FILE
- },
- {
- "name" : "Felember_Value",
- "type" : "text",
- "x" : 26,
- "y" : 3,
- "text" : "999",
- "r" : 1.0,
- "g" : 1.0,
- "b" : 1.0,
- "a" : 1.0,
- "text_horizontal_align":"center"
- },
- ),
- },
- {
- "name" : "Nemhalottak",
- "type" : "text",
- "x" : 5,
- "y" : 235+(6*18),
- "text" : "Nemhalottak:"
- },
- {
- "name" : "Nemhalott",
- "type" : "window",
- "x" : 72,
- "y" : 235+(6*18),
- "width" : 53,
- "height" : 19,
- "children" :
- (
- {
- "name" : "Nemhalott_Slot",
- "type" : "image",
- "x" : 0,
- "y" : 0,
- "image" : MIDDLE_VALUE_FILE
- },
- {
- "name" : "Nemhalott_Value",
- "type" : "text",
- "x" : 26,
- "y" : 3,
- "text" : "999",
- "r" : 1.0,
- "g" : 1.0,
- "b" : 1.0,
- "a" : 1.0,
- "text_horizontal_align":"center"
- },
- ),
- },
- {
- "name" : "Ordog_elleni",
- "type" : "text",
- "x" : 5,
- "y" : 235+(7*18),
- "text" : "Ördög:"
- },
- {
- "name" : "Ordog",
- "type" : "window",
- "x" : 72,
- "y" : 235+(7*18),
- "width" : 53,
- "height" : 19,
- "children" :
- (
- {
- "name" : "Ordog_Slot",
- "type" : "image",
- "x" : 0,
- "y" : 0,
- "image" : MIDDLE_VALUE_FILE
- },
- {
- "name" : "Ordog_Value",
- "type" : "text",
- "x" : 26,
- "y" : 3,
- "text" : "999",
- "r" : 1.0,
- "g" : 1.0,
- "b" : 1.0,
- "a" : 1.0,
- "text_horizontal_align":"center"
- },
- ),
- },
- {
- "name" : "Harcos_elleni",
- "type" : "text",
- "x" : 5,
- "y" : 235+(8*18),
- "text" : "Harcos:"
- },
- {
- "name" : "Harcos_str",
- "type" : "window",
- "x" : 72,
- "y" : 235+(8*18),
- "width" : 53,
- "height" : 19,
- "children" :
- (
- {
- "name" : "Harcos_str_Slot",
- "type" : "image",
- "x" : 0,
- "y" : 0,
- "image" : MIDDLE_VALUE_FILE
- },
- {
- "name" : "Harcos_str_Value",
- "type" : "text",
- "x" : 26,
- "y" : 3,
- "text" : "999",
- "r" : 1.0,
- "g" : 1.0,
- "b" : 1.0,
- "a" : 1.0,
- "text_horizontal_align":"center"
- },
- ),
- },
- {
- "name" : "Nindzsa_elleni",
- "type" : "text",
- "x" : 5,
- "y" : 235+(9*18),
- "text" : "Nindzsa:"
- },
- {
- "name" : "Nindzsa_str",
- "type" : "window",
- "x" : 72,
- "y" : 235+(9*18),
- "width" : 53,
- "height" : 19,
- "children" :
- (
- {
- "name" : "Nindzsa_str_Slot",
- "type" : "image",
- "x" : 0,
- "y" : 0,
- "image" : MIDDLE_VALUE_FILE
- },
- {
- "name" : "Nindzsa_str_Value",
- "type" : "text",
- "x" : 26,
- "y" : 3,
- "text" : "999",
- "r" : 1.0,
- "g" : 1.0,
- "b" : 1.0,
- "a" : 1.0,
- "text_horizontal_align":"center"
- },
- ),
- },
- {
- "name" : "Sura_elleni",
- "type" : "text",
- "x" : 5,
- "y" : 235+(10*18),
- "text" : "Sura:"
- },
- {
- "name" : "Nindzsa_str",
- "type" : "window",
- "x" : 72,
- "y" : 235+(10*18),
- "width" : 53,
- "height" : 19,
- "children" :
- (
- {
- "name" : "Sura_str_Slot",
- "type" : "image",
- "x" : 0,
- "y" : 0,
- "image" : MIDDLE_VALUE_FILE
- },
- {
- "name" : "Sura_str_Value",
- "type" : "text",
- "x" : 26,
- "y" : 3,
- "text" : "999",
- "r" : 1.0,
- "g" : 1.0,
- "b" : 1.0,
- "a" : 1.0,
- "text_horizontal_align":"center"
- },
- ),
- },
- {
- "name" : "Saman_elleni",
- "type" : "text",
- "x" : 5,
- "y" : 235+(11*18),
- "text" : "Sámán:"
- },
- {
- "name" : "Saman_str",
- "type" : "window",
- "x" : 72,
- "y" : 235+(11*18),
- "width" : 53,
- "height" : 19,
- "children" :
- (
- {
- "name" : "Saman_str_Slot",
- "type" : "image",
- "x" : 0,
- "y" : 0,
- "image" : MIDDLE_VALUE_FILE
- },
- {
- "name" : "Saman_str_Value",
- "type" : "text",
- "x" : 26,
- "y" : 3,
- "text" : "999",
- "r" : 1.0,
- "g" : 1.0,
- "b" : 1.0,
- "a" : 1.0,
- "text_horizontal_align":"center"
- },
- ),
- },
- {
- "name" : "Szorny_elleni",
- "type" : "text",
- "x" : 5,
- "y" : 235+(12*18),
- "text" : "Szörny:"
- },
- {
- "name" : "Szorny_str",
- "type" : "window",
- "x" : 72,
- "y" : 235+(12*18),
- "width" : 53,
- "height" : 19,
- "children" :
- (
- {
- "name" : "Szorny_str_Slot",
- "type" : "image",
- "x" : 0,
- "y" : 0,
- "image" : MIDDLE_VALUE_FILE
- },
- {
- "name" : "Szorny_str_Value",
- "type" : "text",
- "x" : 26,
- "y" : 3,
- "text" : "999",
- "r" : 1.0,
- "g" : 1.0,
- "b" : 1.0,
- "a" : 1.0,
- "text_horizontal_align":"center"
- },
- ),
- },
- {
- "name" : "CopyRight",
- "type" : "horizontalbar",
- "x" : 4,
- "y" : 470,
- "width" : 120,
- "children" :
- (
- {
- "name" : "(C)",
- "type" : "text",
- "x" : 0,
- "y" : 0,
- "all_align" : "center",
- "text" : "War Of Change", ## Átírhatod ha gondolod..
- "r" : 1.0,
- "g" : 0.0,
- "b" : 0.0,
- "a" : 1.0,
- },
- ),
- },
- ),
- },
- {
- "name" : "Inventory_Tab_01",
- "type" : "radio_button",
- "x" : 10,
- "y" : 33 + 191,
- "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub",
- "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub",
- "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub",
- "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_1,
- "children" :
- (
- {
- "name" : "Inventory_Tab_01_Print",
- "type" : "text",
- "x" : 0,
- "y" : 0,
- "all_align" : "center",
- "text" : "I",
- },
- ),
- },
- {
- "name" : "Inventory_Tab_02",
- "type" : "radio_button",
- "x" : 10 + 78,
- "y" : 33 + 191,
- "default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub",
- "over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub",
- "down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub",
- "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_2,
- "children" :
- (
- {
- "name" : "Inventory_Tab_02_Print",
- "type" : "text",
- "x" : 0,
- "y" : 0,
- "all_align" : "center",
- "text" : "II",
- },
- ),
- },
- ## Item Slot
- {
- "name" : "ItemSlot",
- "type" : "grid_table",
- "x" : 8,
- "y" : 246,
- "start_index" : 0,
- "x_count" : 5,
- "y_count" : 9,
- "x_step" : 32,
- "y_step" : 32,
- "image" : "d:/ymir work/ui/public/Slot_Base.sub"
- },
- ## Print
- {
- "name":"Money_Slot",
- "type":"button",
- "x":8+20,
- "y":28,
- # "horizontal_align":"center",
- "vertical_align":"bottom",
- "default_image" : "d:/ymir work/ui/public/parameter_slot_05.sub",
- "over_image" : "d:/ymir work/ui/public/parameter_slot_05.sub",
- "down_image" : "d:/ymir work/ui/public/parameter_slot_05.sub",
- "children" :
- (
- {
- "name":"Money_Icon",
- "type":"image",
- "x":-18,
- "y":2,
- "image":"d:/ymir work/ui/game/windows/money_icon.sub",
- },
- {
- "name" : "Money",
- "type" : "text",
- "x" : 3,
- "y" : 3,
- "horizontal_align" : "right",
- "text_horizontal_align" : "right",
- "text" : "123456789",
- },
- ),
- },
- ),
- },
- ),
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement