Here's the code for anyone else wondering and too lazy to go look for it in that thread.
Code: Select all
def custom_quit():
Quit()()
config.quit_action = custom_quit
Code: Select all
def custom_quit():
Quit()()
config.quit_action = custom_quit
Code: Select all
frame:
xoffset -3
yoffset 3
Code: Select all
image mm_root = "menu.jpg"
label main_menu:
show mm_root
$ renpy.show_screen("main_menu")
$ ui.interact()
return