CommitLog |

This commit is contained in:
SilicaAndPina 2020-07-22 15:55:49 +12:00
parent e69645af21
commit ad28a64f2e
1 changed files with 1 additions and 1 deletions

View File

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