Search found 1 match
- Sun May 06, 2007 4:41 pm
- Forum: Ren'Py Questions and Announcements
- Topic: How to fade out main menu music when click in start game
- Replies: 4
- Views: 1869
Thank you all for the help... But as I dig more into ren'py more doubts come out... This time I found the code to change the image buttons and labels init: python: config.image_buttons["Save Game"] = ( "but_idle.png", "but_hover.png", "but_sel_idle.png", "but_sel_hover.png", "but_disable.png") conf...