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.
15 lines
321 B
15 lines
321 B
tile_layer_shift(-102, -1, 0)
|
|
xoff -= 1
|
|
if (xoff > 16)
|
|
alarm[0] = 3
|
|
if (xoff == 351)
|
|
sfx_loop(sndStoneLoop)
|
|
else if (xoff == 16)
|
|
sfx_stop(sndStoneLoop)
|
|
if oControl.widescreen
|
|
{
|
|
if (oCamera.limit < ((oControl.widescreen_space / 2) + 160))
|
|
oCamera.limit++
|
|
oCamera.limit = floor(oCamera.limit)
|
|
}
|