浏览代码

:fire: Remove plane debug print

DricomDragon 1 年之前
父节点
当前提交
cc475882ae
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      first3d/component/entity/plane/tiny_plane.gd

+ 0 - 1
first3d/component/entity/plane/tiny_plane.gd

@@ -20,7 +20,6 @@ func trigger_thrust(activate: bool) -> void:
 
 
 func trigger_direction(dir: Vector2) -> void:
-	print(dir)
 	target_torque = -dir.x * turn_to_torque
 	target_pitch = -dir.y * move_to_pitch