CommitLog |
This commit is contained in:
parent
afc96e2015
commit
e5760a10a4
1 changed files with 2 additions and 1 deletions
|
@ -134,7 +134,7 @@ speed += 5
|
||||||
</arguments>
|
</arguments>
|
||||||
</action>
|
</action>
|
||||||
</event>
|
</event>
|
||||||
<event eventtype="6" enumb="50">
|
<event eventtype="6" enumb="53">
|
||||||
<action>
|
<action>
|
||||||
<libid>1</libid>
|
<libid>1</libid>
|
||||||
<id>603</id>
|
<id>603</id>
|
||||||
|
@ -152,6 +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);
|
||||||
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