CommitLog |
This commit is contained in:
parent
e69645af21
commit
ad28a64f2e
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue