This website requires JavaScript.
Explore
Help
Sign In
h1or4dme8
/
osu-lazer
Watch
1
Star
0
Fork
0
You've already forked osu-lazer
mirror of
https://github.com/ppy/osu.git
synced
2026-05-21 02:59:53 +08:00
Code
Issues
Releases
Wiki
Activity
9,177
Commits
4
Branches
793
Tags
fc0b97065cd4d8e8e13460d55e67805ecec7e69e
Commit Graph
7 Commits
Renamed the IHasHoverSounds interface to ICanDisableHoverSounds and made it so that if the interface is not implemented, it is just ignored (samples will always be played). If it is implemented, the ShouldPlayHoverSound bool is decisive of whether sounds are played or not
FreezyLemon
·
2017-12-07 19:52:40 +01:00
68255095a6
Implemented new interface which allows parent containers to decide on whether a "OnHover" sound should be played.
FreezyLemon
·
2017-12-07 13:12:36 +01:00
a8599a1b75
Fix OsuClickableContainer's local content geting overwritten
Dean Herbert
·
2017-11-26 17:21:23 +09:00
671b3d01ff
Add hover/click sound effects to more stuff everywhere
Dean Herbert
·
2017-11-26 17:21:21 +09:00
ac7e373f40
New sound effects with better names
Dean Herbert
·
2017-11-26 17:17:46 +09:00
07d6a70028
public -> protected
Dean Herbert
·
2017-07-01 07:09:26 -07:00
043c7756f7
Add OsuClickableContainer with generic sounds
Dean Herbert
·
2017-06-27 21:05:49 +09:00
480cdba023