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_oA4EscapeSeqFX_O...

15 lines
254 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 = 80
oControl.yShake = 40
}