Browse Source

:wrench: Improve rocket control

Add damp.
DricomDragon 1 tháng trước cách đây
mục cha
commit
baea40f65f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      godot/component/entity/vehicles/rocket/tiny_rocket.tscn

+ 1 - 0
godot/component/entity/vehicles/rocket/tiny_rocket.tscn

@@ -22,6 +22,7 @@ input_ray_pickable = false
 mass = 750.0
 contact_monitor = true
 max_contacts_reported = 1
+angular_damp = 3.0
 script = ExtResource("1_tviov")
 
 [node name="Launcher" parent="." instance=ExtResource("2_bc1sn")]