CommitLog |

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

View File

@ -134,7 +134,7 @@ speed += 5
</arguments>
</action>
</event>
<event eventtype="6" enumb="50">
<event eventtype="6" enumb="53">
<action>
<libid>1</libid>
<id>603</id>
@ -152,6 +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);
new_bullet.image_angle = image_angle;
new_bullet.direction = image_angle;
new_bullet.speed = speed + 1;