Sort by name
This commit is contained in:
15
gml_Object_ba6_Mouse_7.gml
Normal file
15
gml_Object_ba6_Mouse_7.gml
Normal file
@@ -0,0 +1,15 @@
|
||||
if (global.recipemode != "index" && global.indexphase != "ex" && global.recipemode != "b" && (global.recipemode == "girly" || global.recipemode == "sweet"))
|
||||
{
|
||||
audio_play_sound(jukechange, 1, false)
|
||||
audio_sound_gain(jukechange, ((global.sfxvolume - 20) / 100), 0)
|
||||
}
|
||||
if (global.recipemode == "sweet")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 18
|
||||
}
|
||||
else if (global.recipemode == "girly")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 16
|
||||
}
|
Reference in New Issue
Block a user