parent
2bb5a7756e
commit
b217500a0d
@ -1,9 +1,12 @@
|
||||
ecam = instance_create(x, (y - 16), oEventCamera)
|
||||
ecam.targetx = 800
|
||||
ecam.targety = y
|
||||
ecam.ratio = 8
|
||||
ecam.alarm[0] = 280
|
||||
view_object[0] = oEventCamera
|
||||
if (!global.saxmode)
|
||||
{
|
||||
ecam = instance_create(x, (y - 16), oEventCamera)
|
||||
ecam.targetx = 800
|
||||
ecam.targety = y
|
||||
ecam.ratio = 8
|
||||
ecam.alarm[0] = 280
|
||||
view_object[0] = oEventCamera
|
||||
}
|
||||
with (oA1MovingPlatform2)
|
||||
alarm[0] = 60
|
||||
global.event[58] = 1
|
||||
|
||||
Loading…
Reference in new issue