sunflowers-in-the-rain/objects/obj_marisa/Create_0.gml

27 lines
380 B
Plaintext
Raw Normal View History

2022-06-12 23:20:11 -07:00
direction = 0;
target_direction = 0;
shot_direction = 0;
held_shot_direction = -1;
delayer = 0;
aim = -5 + random(10);
2022-06-30 22:16:34 -07:00
dspeed = 0;
cycler = 0;
2022-06-12 23:20:11 -07:00
target_speed = 0;
image_speed = 0;
2022-06-30 22:16:34 -07:00
hp = 10;
point = 0;
2022-06-30 22:16:34 -07:00
powerup = PLAYER_POWERUP_NORMAL;
powerup_ammo = 0;
2022-06-12 23:20:11 -07:00
cutscene_mover = false;
cutscene_anim = false;
cutscene_timer = 0;
2022-06-30 22:16:34 -07:00
cut_timer = 0;
cutscene_anim_charge = false;
invuln = 0;
2022-06-12 23:20:11 -07:00