Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_dw_chaseenemy_cloud_jumper_Step_0

(view raw script w/o annotations or w/e)
1
direction += 2;
2
image_angle = direction + 90;
3
image_blend = merge_color(c_white, c_black, timer / 1000);
4
timer += 1;
5
x += (camerax() - lastx);
6
lastx = camerax();