Pārlūkot izejas kodu

:fire: Remove plane debug print

DricomDragon 1 gadu atpakaļ
vecāks
revīzija
cc475882ae
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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