Search found 2 matches

by unsatiable
Thu Nov 16, 2017 1:38 pm
Forum: Ren'Py Questions and Announcements
Topic: Platform specific build settings
Replies: 2
Views: 523

Platform specific build settings

Is there any way of having different settings defined for different build platforms? For example if I wanted to increase button size only on my android build without manually changing variables between builds. ex: if build_platform == "Android": define gui.button_height = 70 else: define g...
by unsatiable
Thu Nov 16, 2017 1:33 pm
Forum: Ren'Py Questions and Announcements
Topic: Moving text input
Replies: 0
Views: 305

Moving text input

I am trying to move the text input window up as it gets covered by the on screen keyboard on android. Applying positioning to the vbox container is not working for me. Thanks for any help.