Explorar el Código

:wrench: Reduce damping

Ship can go faster, you can straff, it's more pleasant.
DricomDragon hace 1 año
padre
commit
ab0b6ac84b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      godot/component/ships/BiBiShip.tscn

+ 1 - 1
godot/component/ships/BiBiShip.tscn

@@ -285,7 +285,7 @@ collision_layer = 2
 collision_mask = 2
 mass = 400.0
 physics_material_override = SubResource("PhysicsMaterial_g1gqc")
-linear_damp = 0.5
+linear_damp = 0.05
 script = ExtResource("1_8hr01")
 
 [node name="ThrustEffectMid" parent="." instance=ExtResource("2_qj0sy")]