Deltarune (Chapter 3) script viewer
← back to main script listing
gml_Object_obj_fire_bar_piece_Create_0
(view raw script w/o annotations or w/e)
|
1
|
image_speed = 0;
|
|
2
|
image_xscale = 2;
|
|
3
|
image_yscale = 2;
|
|
4
|
depth = 100001;
|
|
5
|
damage = 1;
|
|
6
|
mysolid = 0;
|
|
7
|
active_hitbox = true;
|
|
8
|
destroyonhit = false;
|
|
9
|
updatetimer = 0;
|
|
10
|
dir = 1;
|
|
11
|
rotator_target = -1;
|
|
12
|
len = 40;
|
|
13
|
len_speed = 0;
|
|
14
|
place = 0;
|
|
15
|
place_speed = 2;
|
|
16
|
krisonly = false;
|