Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_ralsei_cherub_Create_0

(view raw script w/o annotations or w/e)
1
timer = 0;
2
xspawn = x;
3
yspawn = cameray() - 5;
4
offset = 2.141592653589793;
5
healer = false;
6
heal_state = 0;
7
target_char = obj_herokris;
8
image_xscale = 2;
9
image_yscale = 2;
10
image_speed = 0.5;
11
xoff = 0;
12
yoff = 0;
13
target = 0;
14
image_alpha = 1;
15
light_surf = surface_create(128, 400);
16
silhouette_surf = surface_create(128, 400);
17
init = false;