Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_spamton_cherub_Create_0

(view raw script w/o annotations or w/e)
1
timer = 0;
2
x += 200;
3
y -= 150;
4
xspawn = x;
5
yspawn = y;
6
offset = random(2 * pi);
7
healer = false;
8
heal_state = 0;
9
image_xscale = 2;
10
image_yscale = 2;
11
image_speed = 0.5;
12
xoff = -cos(8 + offset) * 20;
13
yoff = -sin(8 + offset) * 20;
14
target = 0;