Search found 5 matches

by gecco
Fri May 05, 2023 12:18 am
Forum: Ren'Py Questions and Announcements
Topic: How to change characters name color??
Replies: 1
Views: 247

How to change characters name color??

Hey, I've been trying to change the color of each character but it just does not work. Here is the code: define Z = Character ("???", color="#259") (it's a blue tone) I wanted to turn it into blue, but just does not change at all. I tried using the what_color="#259" but...
by gecco
Mon Apr 10, 2023 2:59 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Button that activates NVL mode
Replies: 4
Views: 347

Using the button to show and hide NVL mode

Hey there! I am using https://nighten.itch.io/yet-another-phone-renpy in my game, making the NVL screen being formated as a phone screen. So i wanted to create a image button on the top left corner that can activate and deactivate the nvl mode, as it's pushing and pulling the phone away. I am new t...
by gecco
Mon Apr 10, 2023 2:54 pm
Forum: Ren'Py Questions and Announcements
Topic: Conditionals to show a different image in NVL Mode
Replies: 1
Views: 191

Conditionals to show a different image in NVL Mode

So I was trying to implement a phone in my game using https://nighten.itch.io/yet-another-phone-renpy code and I received help on how to make a image button that would show and hide the nvl mode (the phone in question). But, now I am having trouble setting a conditional for this screen. I wanted to ...
by gecco
Mon Apr 10, 2023 4:10 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Button that activates NVL mode
Replies: 4
Views: 347

Re: Button that activates NVL mode

Thank you so much!!! I'll try it out!
by gecco
Sun Apr 09, 2023 9:09 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Button that activates NVL mode
Replies: 4
Views: 347

[SOLVED] Button that activates NVL mode

Hey there! I am using https://nighten.itch.io/yet-another-phone-renpy in my game, making the NVL screen being formated as a phone screen. So i wanted to create a image button on the top left corner that can activate and deactivate the nvl mode, as it's pushing and pulling the phone away. I am new to...