Search found 2 matches

by qadia
Wed Oct 06, 2010 7:29 pm
Forum: Ren'Py Questions and Announcements
Topic: Transparency on the main menu.
Replies: 2
Views: 1001

Re: Transparency on the main menu.

Thank you so much for answering! ~ Umm, the snowblossom thing didn't work out. Am I doing something stupid? TT' init: $ my_blossoms = SnowBlossom("blossom.png", count=10, xspeed=(10, 30), yspeed=(50, 70), start=7) label main_menu: $ ui.add(renpy.Keymap(toggle_fullscreen = renpy.toggle_full...
by qadia
Mon Oct 04, 2010 9:11 pm
Forum: Ren'Py Questions and Announcements
Topic: Transparency on the main menu.
Replies: 2
Views: 1001

Transparency on the main menu.

Good evening ~ I made my main menu customization with the Main Menu Generator, and my code looks like this: label main_menu: $ ui.add(renpy.Keymap(toggle_fullscreen = renpy.toggle_fullscreen)) $ ui.window(style='mm_root', background='menu.jpg') $ ui.imagebutton('start.jpg', 'starth.jpg',clicked=ui.j...