diff options
-rw-r--r-- | Main.tscn | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -32,6 +32,8 @@ Label/colors/font_color = Color( 0.00784314, 0.0392157, 0.811765, 1 ) [node name="Main" type="Node"] script = ExtResource( 1 ) chicken = ExtResource( 4 ) +num_chickens = 50 +spawn_radius = 8.0 [node name="DirectionalLight" type="DirectionalLight" parent="."] transform = Transform( -0.586145, -0.773475, 0.241185, -0.715288, 0.633826, 0.294324, -0.380522, 0, -0.924772, 6.17321, 8.45611, -11.9247 ) @@ -88,6 +90,7 @@ shape = SubResource( 6 ) [node name="Player" parent="." instance=ExtResource( 3 )] transform = Transform( 1, 0, 0, 0, 0.968718, 0.248166, 0, -0.248166, 0.968718, 0, 5.05733, 7 ) +speed = 3 pitch_min = -1.571 pitch_max = 1.571 |