Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Ello! I was wondering if I there was a way to change the placement of the choice boxes? I would like to put them into the dialog box so the sprite isn't coverd by the choice's because I planned on having them move a bit.

I have been trying to make it work for a few days now and nothing is working, I would go into the screens and mess with the style choice_vbox and the numbers but it is just not working.

You should be able to just swap the ypos line in the style choice_vbox to yalign 1.0 to position it to the bottom. After that you can use yoffset to adjust it.

If the problem is the textbox not showing up just put empty space in place of dialogue in the menu like

menu:
        "    "
        "Option 1":
            "You chose option 1."

Thank you!! that worked!!