CommitLog |

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

View File

@ -152,7 +152,7 @@ speed += 5
<argument>
<kind>1</kind>
<string>var new_bullet = instance_create(x,y,obj_bullet);
audio_play_sound(snd_shoot,2,true);
audio_play_sound(snd_shoot,2,false);
new_bullet.image_angle = image_angle;
new_bullet.direction = image_angle;
new_bullet.speed = speed + 1;