This commit is contained in:
JoshuanBurger12 2020-07-22 16:59:45 +12:00
commit 59b60aedb7

View File

@ -155,7 +155,7 @@ speed += 5
audio_play_sound(snd_shoot,2,false); audio_play_sound(snd_shoot,2,false);
new_bullet.image_angle = image_angle; new_bullet.image_angle = image_angle;
new_bullet.direction = image_angle; new_bullet.direction = image_angle;
new_bullet.speed = speed + 1; new_bullet.speed = speed + 5;
</string> </string>
</argument> </argument>