Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_looping_tiled_area_Create_0

(view raw script w/o annotations or w/e)
1
init = false;
2
x_pos = x;
3
y_pos = y;
4
x_scale = 2;
5
y_scale = 2;
6
color = c_white;
7
alpha = 1;
8
width = -1;
9
height = -1;
10
x_end = -1;
11
y_end = -1;
12
x_speed = 0;
13
y_speed = 0;
14
room_wide = false;
15
loop_vertical = false;