diff options
| author | tpart <tpart120@proton.me> | 2026-01-15 22:20:38 +0100 |
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2026-01-15 22:20:38 +0100 |
| commit | 7e7efb1314231f684260d8c8be8f40169fb21a6c (patch) | |
| tree | f4a1a90e1e3cbc77e6b53abfdaf9cf77e583980a /client | |
| parent | 732026eee6f72ba3af5aef25644afb37a88c542d (diff) | |
| download | hurrycurry-7e7efb1314231f684260d8c8be8f40169fb21a6c.tar hurrycurry-7e7efb1314231f684260d8c8be8f40169fb21a6c.tar.bz2 hurrycurry-7e7efb1314231f684260d8c8be8f40169fb21a6c.tar.zst | |
Remove unnecessary debug statement
Diffstat (limited to 'client')
| -rw-r--r-- | client/player/player.gd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/player/player.gd b/client/player/player.gd index 645fa72b..854c449a 100644 --- a/client/player/player.gd +++ b/client/player/player.gd @@ -129,7 +129,6 @@ func update_position(new_position: Vector2, new_direction: Vector2, new_rotation rotation_ = new_rotation boosting = new_boosting direction = new_direction - print("BOOSTING: ", boosting) func update_movement(dt: float, boost: bool): # This function implements the server's movement system. |