diff options
Diffstat (limited to 'game/mirrorlake.rpy')
-rw-r--r-- | game/mirrorlake.rpy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/game/mirrorlake.rpy b/game/mirrorlake.rpy index d3892e2..d7e69ea 100644 --- a/game/mirrorlake.rpy +++ b/game/mirrorlake.rpy @@ -35,13 +35,13 @@ screen mirrorlake(): xalign 0.5 yalign 0.5 button: - action Return(None) + action Return("QUIT") fixed: xmaximum 320 ymaximum 40 xalign 0.5 add Frame("gui/button/choice_hover_background.png", 0, 0) - text _("Cancel"): + text _("Quit"): color "#FFF" xalign 0.5 yalign 0.5 |