Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_poppup_mouse_Draw_64

(view raw script w/o annotations or w/e)
1
x = mouse_x - camerax();
2
y = mouse_y - cameray();
3
if (useSprite && active)
4
    draw_self();