CommitLog |

This commit is contained in:
SilicaAndPina 2020-07-22 15:39:16 +12:00
parent 755e7199c9
commit 6fb56f4fe0
4 changed files with 79 additions and 1 deletions

View file

@ -129,6 +129,34 @@ speed += 5
<argument>
<kind>1</kind>
<string>image_angle -= 5;
</string>
</argument>
</arguments>
</action>
</event>
<event eventtype="6" enumb="50">
<action>
<libid>1</libid>
<id>603</id>
<kind>7</kind>
<userelative>0</userelative>
<isquestion>0</isquestion>
<useapplyto>-1</useapplyto>
<exetype>2</exetype>
<functionname></functionname>
<codestring></codestring>
<whoName>self</whoName>
<relative>0</relative>
<isnot>0</isnot>
<arguments>
<argument>
<kind>1</kind>
<string>with(instance_create(x,y,obj_laser_bullet))
{
direction = image_angle
speed += 5
}
</string>
</argument>
</arguments>