Deltarune (Chapter 5) script viewer
← back to main script listing
gml_Object_obj_bullet_scissor_big_Create_0
(view raw script w/o annotations or w/e)
|
1
|
event_inherited();
|
|
2
|
state = 0;
|
|
3
|
image_xscale = 3;
|
|
4
|
image_yscale = 3;
|
|
5
|
image_alpha = 1;
|
|
6
|
image_speed = 0.5;
|
|
7
|
destroyonhit = false;
|
|
8
|
damage = 92;
|
|
9
|
target = 4;
|