summaryrefslogtreecommitdiff
path: root/game/mirrorlake.rpy
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-05-08 04:07:12 -0300
committerJesusaves <cpntb1@ymail.com>2021-05-08 04:07:12 -0300
commit70af0220ba9dec5a19677a10ec924efe034314da (patch)
treed570915b665f7ef56144816a80e73e8909016b2c /game/mirrorlake.rpy
parentfe939c80b53e28c22e8383bcafe6576263701f09 (diff)
downloadrenpy-70af0220ba9dec5a19677a10ec924efe034314da.tar.gz
renpy-70af0220ba9dec5a19677a10ec924efe034314da.tar.bz2
renpy-70af0220ba9dec5a19677a10ec924efe034314da.tar.xz
renpy-70af0220ba9dec5a19677a10ec924efe034314da.zip
Connection core, still need to retrieve server credentials from Vaultv2021.05.07
Diffstat (limited to 'game/mirrorlake.rpy')
-rw-r--r--game/mirrorlake.rpy4
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