CommitLog |

This commit is contained in:
SilicaAndPina 2020-07-23 12:08:15 +12:00
parent ee7afa2a68
commit a5d1b47015
3 changed files with 17 additions and 14 deletions

View file

@ -25,7 +25,9 @@
<arguments>
<argument>
<kind>1</kind>
<string>var angle = random_range(0,180);
<string>image_speed = 0;
image_index = random_range(0,1);
var angle = random_range(0,180);
direction = angle;
image_angle = angle;