You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AM2R-Multitroid-Fair-Team-PVP/Export_Code/gml_Object_oBigQuakeQueen_O...

19 lines
335 B

if (global.classicmode == 0)
{
view_xport[0] = 0
view_yport[0] = 0
oControl.xShake = 0
oControl.yShake = 0
}
if (global.classicmode == 1)
{
view_xport[0] = 80
view_yport[0] = 40
oControl.xShake = 0
oControl.yShake = 0
}
global.quake = 0
sfx_stop(sndQueenIntro)
sfx_stop(sndQuakeLoop)
instance_destroy()