summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-12-03 22:23:13 -0300
committerJesusaves <cpntb1@ymail.com>2022-12-03 22:23:13 -0300
commitd5eab3bc1476dbf2d47d39fa8607978204ed059f (patch)
tree755adb674dbec2daeb9b16875f5548f040e5c988
parent09e6b0fb92360ebcdc484d39d16eacd362478cc7 (diff)
downloadrenpy-d5eab3bc1476dbf2d47d39fa8607978204ed059f.tar.gz
renpy-d5eab3bc1476dbf2d47d39fa8607978204ed059f.tar.bz2
renpy-d5eab3bc1476dbf2d47d39fa8607978204ed059f.tar.xz
renpy-d5eab3bc1476dbf2d47d39fa8607978204ed059f.zip
Highlight quick menu when hovered (it is important)
-rw-r--r--game/screens.rpy2
1 files changed, 2 insertions, 0 deletions
diff --git a/game/screens.rpy b/game/screens.rpy
index 4c9c4b9..b514637 100644
--- a/game/screens.rpy
+++ b/game/screens.rpy
@@ -273,6 +273,8 @@ style quick_button:
style quick_button_text:
properties gui.button_text_properties("quick_button")
+ hover_outlines [(absolute(1), "#000", absolute(0), absolute(0))]
+ selected_outlines [(absolute(1), "#000", absolute(0), absolute(0))]
################################################################################