Ver Fonte

:wrench: Improve rocket control

Add damp.
DricomDragon há 1 mês atrás
pai
commit
baea40f65f
1 ficheiros alterados com 1 adições e 0 exclusões
  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")]