I made Choice Button to make a map move button. I changed the text inside to Home without touching anything.
After that, I placed the buttons according to the manual and ran the game.
But I can't see the text inside the button. It just looks like a black square square.
Is there a way to solve this symptom?
Code: Select all
# Map
@back Map
@hidePrinter
@choice handler:ButtonArea button:MapButtons/Home pos:-300,-300 goto:.HomeScene
@stop
# HomeScene
@back Home
Home, sweet home!
@goto .Map