Undertale script viewer
← back to main script listing
gml_Object_obj_heart_another_Step_0
(view raw script w/o annotations or w/e)
|
1
|
if (obj_time.left)
|
|
2
|
x -= 4;
|
|
3
|
if (obj_time.right)
|
|
4
|
x += 4;
|
|
5
|
if (obj_time.up)
|
|
6
|
y -= 4;
|
|
7
|
if (obj_time.down)
|
|
8
|
y += 4;
|