From d5eab3bc1476dbf2d47d39fa8607978204ed059f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 3 Dec 2022 22:23:13 -0300 Subject: Highlight quick menu when hovered (it is important) --- game/screens.rpy | 2 ++ 1 file changed, 2 insertions(+) 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))] ################################################################################ -- cgit v1.2.3-60-g2f50