diff options
-rw-r--r-- | game/screens.rpy | 2 |
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))] ################################################################################ |