Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_text_spikeballoon_Create_0

(view raw script w/o annotations or w/e)
1
w = 60;
2
h = 40;
3
tailx = 220;
4
taily = 140;
5
y = 160;
6
image_alpha = 0.7;
7
depth = 1000;
8
framethreshold = 3;
9
framecount = 3;
10
siner = 0;
11
surf = surface_create(camerawidth(), cameraheight());
12
remcamerax = camerax();
13
remcameray = cameray();