Merge branch 'master' of https://bitbucket.org/SilicaAndPina/spaceinator
This commit is contained in:
commit
59b60aedb7
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Reference in a new issue