Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_shutta_nobyact_tv_Create_0

(view raw script w/o annotations or w/e)
1
timer = 0;
2
count = 0;
3
type = 0;
4
con = 0;
5
smiling = 0;
6
myimage = 9;
7
statictimer = 0;
8
lx = camerax() + 180;
9
rx = camerax() + 480;
10
ux = cameray() + 100;
11
dx = cameray() + 260;
12
x = random_range(lx, rx);
13
y = random_range(ux, dx);
14
depth = obj_shutta_photo_controller.depth + floor(random(100)) + 5;
15
speed = 2 + random(8);
16
direction = random(360);
17
image_xscale = 2;
18
image_yscale = 2;