diff options
author | dusoleil <howcansocksbereal@gmail.com> | 2022-07-23 10:56:12 -0400 |
---|---|---|
committer | dusoleil <howcansocksbereal@gmail.com> | 2022-07-23 10:56:12 -0400 |
commit | e79aa18fd2e808b1818552f22ce575799106a20c (patch) | |
tree | e8125433ac9ab7cb64f1929a50c587d46a715f1f /Main.tscn | |
parent | 6ca263254e09ad74f4620394f4e170c3bea98f99 (diff) | |
download | chicken-chaser-gd-e79aa18fd2e808b1818552f22ce575799106a20c.tar.gz chicken-chaser-gd-e79aa18fd2e808b1818552f22ce575799106a20c.zip |
Clean up Chicken movement
Diffstat (limited to 'Main.tscn')
-rw-r--r-- | Main.tscn | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -86,36 +86,41 @@ transform = Transform( 1, 0, 0, 0, 0.968718, 0.248166, 0, -0.248166, 0.968718, 0 [node name="Chicken" parent="." instance=ExtResource( 4 )] transform = Transform( 0.25, 0, 0, 0, 0.25, 0, 0, 0, 0.25, 0, 1.25, 0 ) rot_chance = 10.0 +mov_length_max = 3.0 flap_chance = 2.0 -squak_chance = 2.0 +squack_chance = 2.0 peck_chance = 3.0 [node name="Chicken2" parent="." instance=ExtResource( 4 )] transform = Transform( -0.157042, 0, 0.19452, 0, 0.25, 0, -0.19452, 0, -0.157042, 2.50059, 1.25, -2.25906 ) rot_chance = 10.0 +mov_length_max = 3.0 flap_chance = 2.0 -squak_chance = 2.0 +squack_chance = 2.0 peck_chance = 3.0 [node name="Chicken3" parent="." instance=ExtResource( 4 )] transform = Transform( 0.181922, 0, -0.171477, 0, 0.25, 0, 0.171477, 0, 0.181922, 0, 1.25, -2.79105 ) rot_chance = 10.0 +mov_length_max = 3.0 flap_chance = 2.0 -squak_chance = 2.0 +squack_chance = 2.0 peck_chance = 3.0 [node name="Chicken4" parent="." instance=ExtResource( 4 )] transform = Transform( 0.177798, 0, 0.175749, 0, 0.25, 0, -0.175749, 0, 0.177798, -3.31942, 1.25, 0 ) rot_chance = 10.0 +mov_length_max = 3.0 flap_chance = 2.0 -squak_chance = 2.0 +squack_chance = 2.0 peck_chance = 3.0 [node name="Chicken5" parent="." instance=ExtResource( 4 )] transform = Transform( -0.24986, 0, 0.00835422, 0, 0.25, 0, -0.00835422, 0, -0.24986, -1.33975, 1.25, -1.28165 ) rot_chance = 10.0 +mov_length_max = 3.0 flap_chance = 2.0 -squak_chance = 2.0 +squack_chance = 2.0 peck_chance = 3.0 [node name="UI" type="Control" parent="."] |