Comments

Log in with itch.io to leave a comment.

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!!

(1 edit)

Thank you sooo much for doing these. You are talented. Keep it up , would love to see more. 

Have an awesome day 🤟

(1 edit)

hiii how do i lock all the images in the gallery?

Hi Hi! How do I remove the gallery completely?

Heya! I was thinking about what the easiest method would be but considering past-me was dumb and made templates with imagemaps I opted for redoing the main menu with textbuttons. So! To answer your question:

I uploaded a new version, use that and in the screen.rpy comment out the Gallery button. After that you can delete every file connected to the gallery.

Hello! I was thinking of possibly using this GUI for a project, but I was wondering if it would be alright to modify it? I was thinking of possibly making changes to it in order to fit the aesthetics of our project better, but thought I'd ask for your permission first for this!

Thanks in advance!

(+1)

Heya! Sure, you can modify it however you want ^^

Thank you so much for the quick response!

Deleted 198 days ago

I assume you have problems with the fantasy gui? That's the one that had music. If it's searching for an audio file that isn't there then there's some reference left in the code for the original one. My guess is that you also removed the main menu music, but not the code referencing it? You can find that in options.rpy.

Hey there! We just wanted to let you know we used your template in our upcoming project Wish List !

(+4)

Used this as a base for my game, Touch Theory! Thanks so much!


(+1)

Oooh, so vibrant and fun! Thank you for letting me know ^^

Hey, I get an error when I run this saying that galleryA is not a screen or a label. Do I need another addon to use this?

No, you're supposed to be able to use it as is. Have you deleted/written anything in the screen.rpy's main menu section? Or have you deleted the gallery folder?

Oh, I didn't add it to my project. I'll do that.

can i use this for my project?

Of course, feel free to use it ^^

Thank you so much Skolaztika!