Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/windowing/StarButtonWidget.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2023-06-27 22:17:57 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2023-06-27 22:17:57 +1000
commit2496789ea7632556486560f80590d5ba7f8da0f5 (patch)
treef508b4619f7763b078c68ad17df35ac4d7a7ce18 /source/windowing/StarButtonWidget.hpp
parent359624119a1f1275b98ef5e435b06e745ab88364 (diff)
Improve button audio feedback
Diffstat (limited to 'source/windowing/StarButtonWidget.hpp')
-rw-r--r--source/windowing/StarButtonWidget.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/windowing/StarButtonWidget.hpp b/source/windowing/StarButtonWidget.hpp
index e39c90e..d89f03c 100644
--- a/source/windowing/StarButtonWidget.hpp
+++ b/source/windowing/StarButtonWidget.hpp
@@ -127,6 +127,11 @@ protected:
String m_text;
Vec2I m_textOffset;
+ StringList m_clickSounds;
+ StringList m_releaseSounds;
+ StringList m_hoverSounds;
+ StringList m_hoverOffSounds;
+
bool m_sustain;
private: