Move and/or scale question options and dialog box

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
User avatar
neometalero
Regular
Posts: 198
Joined: Sun Oct 23, 2016 3:51 am
Completed: My Dream Sport Dating Simulator, Attack Helicopter Dating Simulator
Projects: My Dream Sport Dating Simulator, Attack Helicopter Dating Simulator
Deviantart: neometalero
Contact:

Move and/or scale question options and dialog box

#1 Post by neometalero »

Hi, Im making a minigame for a segment of my main game and I wish I could move and scale the dialog box and the question options , just for that segment of the game, that is going to have a different layout. After this section the game should return to look like normal.
How could I do this? :?: :?: :?: Tks
Working on many weird narrative games at Curse Box Studios
Image
https://www.curseboxstudios.com/

User avatar
Kia
Eileen-Class Veteran
Posts: 1040
Joined: Fri Aug 01, 2014 7:49 am
Deviantart: KiaAzad
Discord: Kia#6810
Contact:

Re: Move and/or scale question options and dialog box

#2 Post by Kia »

there's two ways to do that, defining a whole new set of characters with the same name and different settings, or make the size conditional in the screens.rpy

Code: Select all

if in_minigame==True:
    frame:
        xsize 600
        etc...
else:
    frame:
        xsize 1200
        etc...

Post Reply

Who is online

Users browsing this forum: Andredron