Problem with the main menu on Android

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
lykoia
Newbie
Posts: 22
Joined: Tue Apr 14, 2020 11:15 am
Contact:

Problem with the main menu on Android

#1 Post by lykoia »

Hey, all, newbie here.

Recently I've been working on an Android version of my game. There is one problem though. The text speed bar and music volume bar aren't next to each other horizontaly, but vertically. Now you have to scroll a bit to change the sound volume. It also doesn't look very good which is very important to me.
Does anyone have a solution? I don't know how to change it, I've tried changing the xsize in

Code: Select all

style pref_vbox:
    variant "small"
    xsize 400
to different values but that didn't do anything, unfortunately.

Thank you in advance.

lykoia
Newbie
Posts: 22
Joined: Tue Apr 14, 2020 11:15 am
Contact:

Re: Problem with the main menu on Android

#2 Post by lykoia »

I fixed it:

Code: Select all

style game_menu_navigation_frame:
    variant "small"
    xsize 200
Changed xsize to 200.

Thanks to anyone who wanted to help

Post Reply

Who is online

Users browsing this forum: decocloud