Side image behind textbox

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
Tessiellation
Regular
Posts: 48
Joined: Sat Oct 07, 2017 11:21 am
Contact:

Side image behind textbox

#1 Post by Tessiellation »

Hello Ren'py users ^^

I'm having a bit of trouble with my side image showing up behind the textbox. Is there any way to move it to the front?

The code looks like this

Code: Select all

define e = Character("eileen", image="base")
image side e = LayeredImageProxy("eileen", Transform(crop=(0, 0, 497, 400), zoom=0.7, xoffset=-400))
https://puu.sh/BdpQU/14f10ce736.png

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

Re: Side image behind textbox

#2 Post by Kia »

open screens.rpy file and go to "say screen", check if your the line of code that contains "add SideImage()" is before the say window. it should be after to show on top

Post Reply

Who is online

Users browsing this forum: DewyNebula