We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f04875e commit cbf2bd6Copy full SHA for cbf2bd6
game/screens.rpy
@@ -27,6 +27,8 @@ style gui_text:
27
28
style button:
29
properties gui.button_properties("button")
30
+ hover_sound "ui/mouserelease1.ogg"
31
+ activate_sound "ui/click.ogg"
32
33
style button_text is gui_text:
34
properties gui.text_properties("button")
@@ -231,8 +233,8 @@ style choice_vbox:
231
233
232
234
style choice_button is default:
235
properties gui.button_properties("choice_button")
- activate_sound "ui/click.ogg"
236
hover_sound "ui/mouserelease1.ogg"
237
238
239
style choice_button_text is default:
240
properties gui.text_properties("choice_button")
0 commit comments