浏览代码

: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")]