antiblock
Rodnia | Alpha & Omega
  • Chatbox

    You don't have permission to chat.
    Load More
  • 0
Sign in to follow this  
TiiTѳiɳѳ

Duvida Cliente

Question

Boas Estou a Traduzir um Cliente e queria traduzir a parte daquela tabela de contar os bónus ao lado do inventario e trocar o nome da barra la em baixo ex:Cyber-Gamers.orgSe Alguem me poder ajudar leva o meu http://cyber-gamers.org/public/style_emoticons/default/451960.gif

Share this post


Link to post
Share on other sites

2 answers to this question

  • 0

Olá, vou te tentar ajudar, é muito simples.O que tens de fazer é ir ao locale > inventorywindow > CTRL+F > Escrever: Cyber-Gamers > Localizar Seguinte > mudar ao teu gosto > guardar > compactar locale > meter pasta pack > Copiar e substituir.E prontos ! :D

Share this post


Link to post
Share on other sites
antiblock
Rodnia | Alpha & Omega
  • 0

Isto é do inventorywindow.

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",

},

{

"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",

},

),

},

),

},

##BonusPageDialog

{

"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" : "Defesas",

},

),

},

{

"name" : "Defesa Espadas",

"type" : "text",

"x" : 5,

"y" : 1*18,

"text" : "Espadas:"

},

{

"name" : "Sword_def",

"type" : "window",

"x" : 72,

"y" : 1*18,

"width" : 53,

"height" : 19,

"children" :

(

{

"name" : "Sword_def_Slot",

"type" : "image",

"x" : 0,

"y" : 0,

"image" : MIDDLE_VALUE_FILE

},

{

"name" : "Sword_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" : "Twohand_defence",

"type" : "text",

"x" : 5,

"y" : 2*18,

"text" : "Duas Mãos:"

},

{

"name" : "Twohand_def",

"type" : "window",

"x" : 72,

"y" : 2*18,

"width" : 53,

"height" : 19,

"children" :

(

{

"name" : "Twohand_def_Slot",

"type" : "image",

"x" : 0,

"y" : 0,

"image" : MIDDLE_VALUE_FILE

},

{

"name" : "Twohand_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" : "Knife_defence",

"type" : "text",

"x" : 5,

"y" : 3*18,

"text" : "Adagas:"

},

{

"name" : "Knife_def",

"type" : "window",

"x" : 72,

"y" : 3*18,

"width" : 53,

"height" : 19,

"children" :

(

{

"name" : "Knife_def_Slot",

"type" : "image",

"x" : 0,

"y" : 0,

"image" : MIDDLE_VALUE_FILE

},

{

"name" : "Knife_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" : "Bow_defence",

"type" : "text",

"x" : 5,

"y" : 4*18,

"text" : "Flechas:"

},

{

"name" : "Bow_def",

"type" : "window",

"x" : 72,

"y" : 4*18,

"width" : 53,

"height" : 19,

"children" :

(

{

"name" : "Bow_def_Slot",

"type" : "image",

"x" : 0,

"y" : 0,

"image" : MIDDLE_VALUE_FILE

},

{

"name" : "Bow_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" : "Bell_defence",

"type" : "text",

"x" : 5,

"y" : 5*18,

"text" : "Campainhas:"

},

{

"name" : "Bell_def",

"type" : "window",

"x" : 72,

"y" : 5*18,

"width" : 53,

"height" : 19,

"children" :

(

{

"name" : "Bell_def_Slot",

"type" : "image",

"x" : 0,

"y" : 0,

"image" : MIDDLE_VALUE_FILE

},

{

"name" : "Bell_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" : "Fan_defence",

"type" : "text",

"x" : 5,

"y" : 6*18,

"text" : "Leques:"

},

{

"name" : "Fan_def",

"type" : "window",

"x" : 72,

"y" : 6*18,

"width" : 53,

"height" : 19,

"children" :

(

{

"name" : "Fan_def_Slot",

"type" : "image",

"x" : 0,

"y" : 0,

"image" : MIDDLE_VALUE_FILE

},

{

"name" : "Fan_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" : "Magic_defence",

"type" : "text",

"x" : 5,

"y" : 7*18,

"text" : "Magias:"

},

{

"name" : "Magic_def",

"type" : "window",

"x" : 72,

"y" : 7*18,

"width" : 53,

"height" : 19,

"children" :

(

{

"name" : "Magic_def_Slot",

"type" : "image",

"x" : 0,

"y" : 0,

"image" : MIDDLE_VALUE_FILE

},

{

"name" : "Magic_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" : "Poison_defence",

"type" : "text",

"x" : 5,

"y" : 8*18,

"text" : "Veneno:"

},

{

"name" : "Poison_def",

"type" : "window",

"x" : 72,

"y" : 8*18,

"width" : 53,

"height" : 19,

"children" :

(

{

"name" : "Poison_def_Slot",

"type" : "image",

"x" : 0,

"y" : 0,

"image" : MIDDLE_VALUE_FILE

},

{

"name" : "Poison_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" : "Warrior_defence",

"type" : "text",

"x" : 5,

"y" : 9*18,

"text" : "Warrior:"

},

{

"name" : "Warrior_def",

"type" : "window",

"x" : 72,

"y" : 9*18,

"width" : 53,

"height" : 19,

"children" :

(

{

"name" : "Warrior_def_Slot",

"type" : "image",

"x" : 0,

"y" : 0,

"image" : MIDDLE_VALUE_FILE

},

{

"name" : "Warrior_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" : "Assassin_defence",

"type" : "text",

"x" : 5,

"y" : 10*18,

"text" : "Ninja:"

},

{

"name" : "Assassin_def",

"type" : "window",

"x" : 72,

"y" : 10*18,

"width" : 53,

"height" : 19,

"children" :

(

{

"name" : "Assassin_def_Slot",

"type" : "image",

"x" : 0,

"y" : 0,

"image" : MIDDLE_VALUE_FILE

},

{

"name" : "Assassin_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_defence",

"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" : "Mage_defence",

"type" : "text",

"x" : 5,

"y" : 12*18,

"text" : "Shaman:"

},

{

"name" : "Mage_def",

"type" : "window",

"x" : 72,

"y" : 12*18,

"width" : 53,

"height" : 19,

"children" :

(

{

"name" : "Mage_def_Slot",

"type" : "image",

"x" : 0,

"y" : 0,

"image" : MIDDLE_VALUE_FILE

},

{

"name" : "Mage_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" : "Ataque",

},

),

},

{

"name" : "Critical_chance",

"type" : "text",

"x" : 5,

"y" : 235+(1*18),

"text" : "Criticos"

},

{

"name" : "Crit",

"type" : "window",

"x" : 72,

"y" : 235+(1*18),

"width" : 53,

"height" : 19,

"children" :

(

{

"name" : "Crit_Slot",

"type" : "image",

"x" : 0,

"y" : 0,

"image" : MIDDLE_VALUE_FILE

},

{

"name" : "Crit_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" : "Pierce_chance",

"type" : "text",

"x" : 5,

"y" : 235+(2*18),

"text" : "Perfurantes:"

},

{

"name" : "Pierce",

"type" : "window",

"x" : 72,

"y" : 235+(2*18),

"width" : 53,

"height" : 19,

"children" :

(

{

"name" : "Pierce_Slot",

"type" : "image",

"x" : 0,

"y" : 0,

"image" : MIDDLE_VALUE_FILE

},

{

"name" : "Pierce_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" : "Hit_damage",

"type" : "text",

"x" : 5,

"y" : 235+(3*18),

"text" : "Dano médio"

},

{

"name" : "Hitdmg",

"type" : "window",

"x" : 72,

"y" : 235+(3*18),

"width" : 53,

"height" : 19,

"children" :

(

{

"name" : "Hitdmg_Slot",

"type" : "image",

"x" : 0,

"y" : 0,

"image" : MIDDLE_VALUE_FILE

},

{

"name" : "Hitdmg_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" : "Skill_damage",

"type" : "text",

"x" : 5,

"y" : 235+(4*18),

"text" : "Dano Hablidade"

},

{

"name" : "Skilldmg",

"type" : "window",

"x" : 72,

"y" : 235+(4*18),

"width" : 53,

"height" : 19,

"children" :

(

{

"name" : "Skilldmg_Slot",

"type" : "image",

"x" : 0,

"y" : 0,

"image" : MIDDLE_VALUE_FILE

},

{

"name" : "Skilldmg_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" : "Halfhumans",

"type" : "text",

"x" : 5,

"y" : 235+(5*18),

"text" : "Semi-Humanos:"

},

{

"name" : "Halfhuman",

"type" : "window",

"x" : 72,

"y" : 235+(5*18),

"width" : 53,

"height" : 19,

"children" :

(

{

"name" : "Halfhuman_Slot",

"type" : "image",

"x" : 0,

"y" : 0,

"image" : MIDDLE_VALUE_FILE

},

{

"name" : "Halfhuman_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" : "Undeads",

"type" : "text",

"x" : 5,

"y" : 235+(6*18),

"text" : "Mortos-vivos"

},

{

"name" : "Undead",

"type" : "window",

"x" : 72,

"y" : 235+(6*18),

"width" : 53,

"height" : 19,

"children" :

(

{

"name" : "Undead_Slot",

"type" : "image",

"x" : 0,

"y" : 0,

"image" : MIDDLE_VALUE_FILE

},

{

"name" : "Undead_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" : "Devil_gegen",

"type" : "text",

"x" : 5,

"y" : 235+(7*18),

"text" : "Demonios"

},

{

"name" : "Devil",

"type" : "window",

"x" : 72,

"y" : 235+(7*18),

"width" : 53,

"height" : 19,

"children" :

(

{

"name" : "Devil_Slot",

"type" : "image",

"x" : 0,

"y" : 0,

"image" : MIDDLE_VALUE_FILE

},

{

"name" : "Devil_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" : "Warrior_gegen",

"type" : "text",

"x" : 5,

"y" : 235+(8*18),

"text" : "Warrior:"

},

{

"name" : "Warrior_str",

"type" : "window",

"x" : 72,

"y" : 235+(8*18),

"width" : 53,

"height" : 19,

"children" :

(

{

"name" : "Warrior_str_Slot",

"type" : "image",

"x" : 0,

"y" : 0,

"image" : MIDDLE_VALUE_FILE

},

{

"name" : "Warrior_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" : "Assassin_gegen",

"type" : "text",

"x" : 5,

"y" : 235+(9*18),

"text" : "Ninja"

},

{

"name" : "Assassin_str",

"type" : "window",

"x" : 72,

"y" : 235+(9*18),

"width" : 53,

"height" : 19,

"children" :

(

{

"name" : "Assassin_str_Slot",

"type" : "image",

"x" : 0,

"y" : 0,

"image" : MIDDLE_VALUE_FILE

},

{

"name" : "Assassin_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_gegen",

"type" : "text",

"x" : 5,

"y" : 235+(10*18),

"text" : "Sura:"

},

{

"name" : "Assassin_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" : "Mage_gegen",

"type" : "text",

"x" : 5,

"y" : 235+(11*18),

"text" : "Shaman"

},

{

"name" : "Mage_str",

"type" : "window",

"x" : 72,

"y" : 235+(11*18),

"width" : 53,

"height" : 19,

"children" :

(

{

"name" : "Mage_str_Slot",

"type" : "image",

"x" : 0,

"y" : 0,

"image" : MIDDLE_VALUE_FILE

},

{

"name" : "Mage_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" : "©",

"type" : "text",

"x" : 0,

"y" : 0,

"all_align" : "center",

"text" : "© Cyber-gamers.org",

"r" : 1.0,

"g" : 0.0,

"b" : 0.0,

"a" : 1.0,

},

),

},

),

},

##InventoryTabs

{

"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",

},

),

},

),

},

),

}

Modifica o que esta em branco.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this