Untitled
unknown
plain_text
2 years ago
421 B
20
Indexable
Never
if renpy.variant("pc") or (renpy.variant("web") or renpy.get_screen("main_menu") and not renpy.variant("mobile")): #textbutton _("Help") action ShowMenu("help") imagebutton idle "gui/main_menu_button_images/help.png" hover "gui/main_menu_button_images/help_hover.png" xpos 300 ypos -690 action ShowMenu("help") else: textbutton _("Help") action ShowMenu("help")