Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 89395d6

Browse files
committed
Small changes
1 parent f61ee2c commit 89395d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/PathFindingMovement.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@ public override void _PhysicsProcess(double delta)
119119
}
120120
else if (!_reachedTarget)
121121
{
122-
GD.Print(distanceToTarget+ "PENIS");
123122
// **Weiches Stoppen statt Teleport**
123+
124+
124125
if (distanceToTarget < 45f) // Bei < 3 Pixel Restdistanz stoppen
125126
{
126-
GD.Print("Er kommt hier reinPENIS");
127127
_character.Velocity = Vector2.Zero;
128128

129129
// Idle-Animation aktivieren

0 commit comments

Comments
 (0)