CommitLog |
This commit is contained in:
parent
21c906d32e
commit
afc96e2015
3 changed files with 32 additions and 2 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue