- Jun 27, 2019
- 43
- 26
hey i want to add an i con midgame that opens up a map after a so dialuoges but i kept getting errors this is my code
Python:
image map_menu = "map_menu.png"
label map_menu:
show map_menu
imagebutton :
pos(100, 100)
auto "images/map_icon_%.png"
action Jump("map_menu")