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

16 lines
172 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);
dspeed = 0
target_speed = 0;
image_speed = 0;