Search found 4 matches

by IsaacChambers
Sat May 28, 2022 1:48 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Need help with side images and imagebuttons
Replies: 6
Views: 654

Re: Need help with side images and imagebuttons

With both of your advice I finally got it to work! TBH I removed the imagebutton for now and I will add that feature back at a later date.
For now I'm just happy to have my text show up with a side image.
Thank you both for solving my problem!
by IsaacChambers
Thu May 26, 2022 11:27 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Need help with side images and imagebuttons
Replies: 6
Views: 654

Re: Need help with side images and imagebuttons

Thank you for the help Rayminator! I made a little test project to use your code, and it worked perfectly define player = Character("Player", image="player") image side player normal = "images/sideimages/side_male_normal.png" label start: player normal "test" ...
by IsaacChambers
Tue May 24, 2022 1:55 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Need help with side images and imagebuttons
Replies: 6
Views: 654

Re: Need help with side images and imagebuttons

Unfortunately I'm still getting the same error message after making the changes :(
by IsaacChambers
Sun May 22, 2022 6:04 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Need help with side images and imagebuttons
Replies: 6
Views: 654

[SOLVED] Need help with side images and imagebuttons

Hey guys, I'm pretty new to Ren'Py and I've been having issues with getting my side images to show up. In my game the player starts with a choice of a "male" or "female" character in the form of two imagebuttons, followed by a "choose your name". After that the chosen s...