removed print statements

remotes/checkIfPRContentChanged-1749880758504311652/farming_mechanic
kziolkowski 8 months ago
parent 0de6bc0c04
commit 38fdad7690

@ -68,9 +68,7 @@ public partial class FarmingControls2D : Node2D
{ {
Vector2 mousePosition = _camera.GetGlobalMousePosition(); Vector2 mousePosition = _camera.GetGlobalMousePosition();
Vector2I mousePositionInteger = (Vector2I) mousePosition; Vector2I mousePositionInteger = (Vector2I) mousePosition;
GD.Print(mousePosition);
Vector2I adjustedPosition = AdjustValue(mousePositionInteger, new Vector2I(735, 651)); Vector2I adjustedPosition = AdjustValue(mousePositionInteger, new Vector2I(735, 651));
GD.Print(adjustedPosition);
if (@event.IsActionPressed("click") && _toolId == 0) if (@event.IsActionPressed("click") && _toolId == 0)
{ {

Loading…
Cancel
Save