thsj2022/objects/obj_yukkuri_suwako/Create_0.gml

22 lines
317 B
Plaintext
Raw Permalink Normal View History

2022-08-22 23:53:47 -07:00
// Inherit the parent event
event_inherited();
hp = 100;
image_xscale = 2;
image_yscale = 2;
slam_collide = ds_list_create();
direction = random(360);
change_timer = 60 + random(120);
attack_timer = 120 + random(300);
dspeed = 0.1 + random(0.5);
attack_x = 0;
attack_y = 0;
attacking = 0;
soundplayed = false;