Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_board_enemy_bullet_Create_0

(view raw script w/o annotations or w/e)
1
depth = 100001;
2
timer = 0;
3
con = 0;
4
damage = 1;
5
mysolid = 0;
6
active_hitbox = false;
7
updatetimer = 0;
8
spd = 8;
9
destroyonhit = true;
10
siner = 0;
11
colorsiner = 0;
12
scr_darksize
scr_darksize

function
scr_darksize()
{ var inst = id; if (argument_count) inst = argument0; inst.image_xscale = 2; inst.image_yscale = 2; }
();
13
image_speed = 0;
14
red = 30975;
15
yellow = 65535;
16
krisonly = false;
17
if (room == room_board_2 || room == room_board_3)
18
    krisonly = true;
19
acthitboxtime = 5;
20
acthitboxtime = 1;
21
if (room == room_board_1 || room == room_board_2 || room == room_board_3)
22
{
23
    acthitboxtime = 1;
24
    active_hitbox = true;
25
}