Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_shutta_reticle_bullet2_Create_0

(view raw script w/o annotations or w/e)
1
scr_bullet_init
scr_bullet_init

function
scr_bullet_init()
{ grazed = 0; grazetimer = 0; destroyonhit = 1; target = 0; inv = 60; damage = 10; element = 0; grazepoints = 1; timepoints = 1; active = 1; updateimageangle = 0; }
();
2
spin = 0;
3
spinspeed = 0;
4
image_alpha = 1;
5
wall_destroy = 1;
6
bottomfade = 0;
7
targetx = 0;
8
targety = 0;
9
timer = 0;
10
mask_index = spr_diamondbullet_fullmask;