Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_o_coaster_bg_track_Step_0

(view raw script w/o annotations or w/e)
1
hspeed = -8;
2
if (x < (camerax() - 144))
3
    x = camerax() + camerawidth();