Explorar el Código

:wrench: Improve rocket control

Add damp.
DricomDragon hace 3 meses
padre
commit
baea40f65f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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")]