CommitLog |

This commit is contained in:
SilicaAndPina 2020-07-22 15:55:49 +12:00
parent e69645af21
commit ad28a64f2e

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>