Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_marker_screen_Draw_0

(view raw script w/o annotations or w/e)
1
x += (camerax() - lastx);
2
y += (cameray() - lasty);
3
lastx = camerax();
4
lasty = cameray();
5
draw_self();