Deltarune (Chapter 3) script viewer
← back to main script listing
gml_Object_obj_susiezilla_missile_marker_Create_0
(view raw script w/o annotations or w/e)
|
1
|
image_xscale = 0;
|
|
2
|
image_yscale = 0;
|
|
3
|
image_blend = c_red;
|
|
4
|
image_speed = 0;
|
|
5
|
if (y < 202)
|
|
6
|
y = 202;
|