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.
|
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()
|