CommitLog |
This commit is contained in:
parent
08d942cc68
commit
a88deb688d
1 changed files with 4 additions and 6 deletions
|
@ -151,12 +151,10 @@ speed += 5
|
||||||
<arguments>
|
<arguments>
|
||||||
<argument>
|
<argument>
|
||||||
<kind>1</kind>
|
<kind>1</kind>
|
||||||
<string>with(instance_create(x,y,obj_laser_bullet))
|
<string>var new_bullet = instance_create(x,y,obj_laser_bullet);
|
||||||
{
|
new_bullet.image_angle = image_angle;
|
||||||
direction = image_angle
|
new_bullet.speed = speed;
|
||||||
speed += 5
|
|
||||||
|
|
||||||
}
|
|
||||||
</string>
|
</string>
|
||||||
</argument>
|
</argument>
|
||||||
</arguments>
|
</arguments>
|
||||||
|
|
Reference in a new issue