CommitLog |

This commit is contained in:
SilicaAndPina 2020-07-24 08:57:47 +12:00
parent e74edd8841
commit a9c35b6d6c
9 changed files with 128 additions and 60 deletions

View file

@ -25,8 +25,10 @@
<arguments>
<argument>
<kind>1</kind>
<string>image_speed = 0;
<string>/// Player creation code.
image_speed = 0;
image_index = 1;
</string>
</argument>
</arguments>
@ -49,7 +51,8 @@ image_index = 1;
<arguments>
<argument>
<kind>1</kind>
<string>direction = image_angle
<string>/// Player per frame
direction = image_angle
if(speed &gt; 0)
speed -= 1
@ -58,6 +61,7 @@ if(speed &gt; 20)
view_xview[0] = x - view_wview[0]/2;
view_yview[0] = y - view_hview[0]/2;
</string>
</argument>
</arguments>