CommitLog |
This commit is contained in:
parent
e5760a10a4
commit
e69645af21
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ speed += 5
|
||||||
<argument>
|
<argument>
|
||||||
<kind>1</kind>
|
<kind>1</kind>
|
||||||
<string>var new_bullet = instance_create(x,y,obj_bullet);
|
<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.image_angle = image_angle;
|
||||||
new_bullet.direction = image_angle;
|
new_bullet.direction = image_angle;
|
||||||
new_bullet.speed = speed + 1;
|
new_bullet.speed = speed + 1;
|
||||||
|
|
Reference in a new issue