Thanks!
How can I make in-game menu buttons transparent?
Forum rules
Ren'Py specific questions should be posted in the Ren'Py Questions and Annoucements forum, not here.
Ren'Py specific questions should be posted in the Ren'Py Questions and Annoucements forum, not here.
How can I make in-game menu buttons transparent?
And only text will be visible... Player must see only choices...
Thanks!
Thanks!
- Aleema
- Lemma-Class Veteran
- Posts: 2677
- Joined: Fri May 23, 2008 2:11 pm
- Organization: happyB
- Tumblr: happybackwards
- Contact:
Re: How can I make in-game menu buttons transparent?
"background = None" is the magic trick I think you're looking for.
Just apply it to whatever style you're trying to remove the background from. Like style.frame.background = None.
Just apply it to whatever style you're trying to remove the background from. Like style.frame.background = None.
Re: How can I make in-game menu buttons transparent?
Doesnt work.
Tried to shange something in config (to "None"):
## The color of an idle widget face.
## widget = "#003c78",
widget = "None",
## The color of a focused widget face.
## widget_hover = "#0050a0",
widget_hover = "None",
Doesnt work too. Maybe not "None", - mabe should use ther some numbers for transparent background?
Tried to shange something in config (to "None"):
## The color of an idle widget face.
## widget = "#003c78",
widget = "None",
## The color of a focused widget face.
## widget_hover = "#0050a0",
widget_hover = "None",
Doesnt work too. Maybe not "None", - mabe should use ther some numbers for transparent background?
Re: How can I make in-game menu buttons transparent?
Done. Worked "style.menu_choice_button.background = None".
Who is online
Users browsing this forum: No registered users