diff options
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="."] |