enhancing car behavior

This commit is contained in:
2026-01-21 18:16:04 -06:00
parent 582b2c43cb
commit aef117bcf9
6 changed files with 232 additions and 176 deletions
+6 -1
View File
@@ -57,7 +57,12 @@ height = 1.1
[node name="RepoBot" type="Node3D"]
script = ExtResource("1_repo_bot")
[node name="Body" type="StaticBody3D" parent="."]
[node name="Body" type="RigidBody3D" parent="."]
mass = 1.5
axis_lock_angular_x = true
axis_lock_angular_z = true
angular_damp = 8.0
linear_damp = 0.5
[node name="CollisionShape3D" type="CollisionShape3D" parent="Body"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.55, 0)