소스 검색

:wrench: Reduce damping

Ship can go faster, you can straff, it's more pleasant.
DricomDragon 1 년 전
부모
커밋
ab0b6ac84b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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")]