Sort by name

This commit is contained in:
2023-11-25 21:14:46 +02:00
parent 52c743026a
commit 22530fdc97
19 changed files with 2211 additions and 69 deletions

View File

@@ -0,0 +1,7 @@
hover = 1
if ((!hoversound) && global.recipemode != "index" && global.indexphase != "ex" && (global.recipemode == "girly" || global.recipemode == "sweet"))
{
hoversound = 1
audio_play_sound(mouse_hover, 1, false)
audio_sound_gain(mouse_hover, ((global.sfxvolume - 20) / 100), 0)
}