summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-11-02 19:29:46 -0300
committerJesusaves <cpntb1@ymail.com>2022-11-02 19:29:46 -0300
commit7ea6097bfad0b96f4df4f3fd09d4e2a76f4ff56f (patch)
treec3b62a9c0cb2d6641e579b37b9ce6f7d4ce42f37
parente8cd1f66650608cdc888dd39dd7906e481d50461 (diff)
downloadrenpy-7ea6097bfad0b96f4df4f3fd09d4e2a76f4ff56f.tar.gz
renpy-7ea6097bfad0b96f4df4f3fd09d4e2a76f4ff56f.tar.bz2
renpy-7ea6097bfad0b96f4df4f3fd09d4e2a76f4ff56f.tar.xz
renpy-7ea6097bfad0b96f4df4f3fd09d4e2a76f4ff56f.zip
Keep this emphasis when selected as well
-rw-r--r--game/mirrorlake.rpy2
1 files changed, 2 insertions, 0 deletions
diff --git a/game/mirrorlake.rpy b/game/mirrorlake.rpy
index de0f27f..025f4ee 100644
--- a/game/mirrorlake.rpy
+++ b/game/mirrorlake.rpy
@@ -33,6 +33,7 @@ screen mirrorlake():
text _("{b}The Void{/b}"):
color "#F2F"
hover_outlines [(absolute(1), "#000", absolute(0), absolute(0))]
+ selected_outlines [(absolute(1), "#000", absolute(0), absolute(0))]
xalign 0.5
yalign 0.5
@@ -48,6 +49,7 @@ screen mirrorlake():
text _("%s" % srv["Name"]):
color "#FFF"
hover_outlines [(absolute(1), "#000", absolute(0), absolute(0))]
+ selected_outlines [(absolute(1), "#000", absolute(0), absolute(0))]
xalign 0.5
yalign 0.5
button: