Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_mike_cat_Collision_obj_mike_cat

(view raw script w/o annotations or w/e)
1
var _dir = point_direction(other.x, other.y, x, y);
2
x += lengthdir_x(1, _dir);
3
y += lengthdir_y(1, _dir);