Hello. I have a problem with some specific text position. I made a map titles (kinda "
Level 1: The Beginning") as a dialogs. And I want to start this map name then game is starting on the top of the screen for 2-3 seconds.
function map:on_started()
--Starting a map title
game:start_dialog("level.1")
I tried to change the position directly in alttp_dialog_box and surely all my dialogs became to the top

So, how to change the text position only for some specific text as mine?