CommitLog |
This commit is contained in:
parent
e74edd8841
commit
a9c35b6d6c
9 changed files with 128 additions and 60 deletions
objects
|
@ -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 > 0)
|
||||
speed -= 1
|
||||
|
||||
|
@ -58,6 +61,7 @@ if(speed > 20)
|
|||
|
||||
view_xview[0] = x - view_wview[0]/2;
|
||||
view_yview[0] = y - view_hview[0]/2;
|
||||
|
||||
</string>
|
||||
</argument>
|
||||
</arguments>
|
||||
|
|
Reference in a new issue