CommitLog |

This commit is contained in:
SilicaAndPina 2020-07-22 15:51:06 +12:00
parent 21c906d32e
commit afc96e2015
3 changed files with 32 additions and 2 deletions

View file

@ -153,6 +153,7 @@ speed += 5
<kind>1</kind>
<string>var new_bullet = instance_create(x,y,obj_bullet);
new_bullet.image_angle = image_angle;
new_bullet.direction = image_angle;
new_bullet.speed = speed + 1;
</string>