Untitled
unknown
plain_text
3 years ago
421 B
34
Indexable
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")Editor is loading...