CommitLog |
This commit is contained in:
parent
e60c04be85
commit
bc21fc5141
6 changed files with 13 additions and 7 deletions
|
@ -26,7 +26,7 @@
|
|||
<argument>
|
||||
<kind>1</kind>
|
||||
<string>image_speed = 0;
|
||||
image_index = random_range(0,1);
|
||||
image_index = random_range(0,2);
|
||||
angle = random_range(0,180);
|
||||
direction = angle;
|
||||
image_angle = angle;
|
||||
|
|
Reference in a new issue