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.
AM2Rogue/Export_Code/gml_Object_oQuake_Other_10.gml

16 lines
271 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
}
instance_destroy()