- May 8, 2017
- 39
- 31
Hi everbody i´m game dev i working in a project called: conquest hmor a H-Rpg/city management
in the last few days i'm having a problem and i couldn't solve it if someone can help me would be a great help
i have something like this:
screen city:
imagebutton:
action NullAction()
idle "drop_ores_button"
hover "drop_ores_light"
hovered SetVariable("ores",True)
unhovered SetVariable("ores",False)
xalign 0.3742
yalign 0.0065
showif ores == True:
frame:
xpos 3 ypos 2
background "drop_ores"
text "[cooper_ore]":
xpos 495
ypos 0.097
text "[iron_ore]":
xpos 495
ypos 0.17
text "[silver_ore]":
xpos 495
ypos 0.24
text "[gold_ore]":
xpos 495
ypos 0.31
text "[diamond_ore]":
xpos 495
ypos 0.38
text "[mystical_ore]":
xpos 495
ypos 0.45
in the last few days i'm having a problem and i couldn't solve it if someone can help me would be a great help
i have something like this:
screen city:
imagebutton:
action NullAction()
idle "drop_ores_button"
hover "drop_ores_light"
hovered SetVariable("ores",True)
unhovered SetVariable("ores",False)
xalign 0.3742
yalign 0.0065
showif ores == True:
frame:
xpos 3 ypos 2
background "drop_ores"
text "[cooper_ore]":
xpos 495
ypos 0.097
text "[iron_ore]":
xpos 495
ypos 0.17
text "[silver_ore]":
xpos 495
ypos 0.24
text "[gold_ore]":
xpos 495
ypos 0.31
text "[diamond_ore]":
xpos 495
ypos 0.38
text "[mystical_ore]":
xpos 495
ypos 0.45