CommitLog |

This commit is contained in:
SilicaAndPina 2020-07-22 15:43:09 +12:00
parent 08d942cc68
commit a88deb688d

View File

@ -151,12 +151,10 @@ speed += 5
<arguments>
<argument>
<kind>1</kind>
<string>with(instance_create(x,y,obj_laser_bullet))
{
direction = image_angle
speed += 5
<string>var new_bullet = instance_create(x,y,obj_laser_bullet);
new_bullet.image_angle = image_angle;
new_bullet.speed = speed;
}
</string>
</argument>
</arguments>