From a3e216e84cf21823c36048ad2723c6b60b60e121 Mon Sep 17 00:00:00 2001 From: anyreso Date: Sat, 27 Apr 2024 16:24:39 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20convert=20space=20to=20tab?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- interfaces/hud/hud.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/hud/hud.tscn b/interfaces/hud/hud.tscn index d8f14b2..d0f3493 100644 --- a/interfaces/hud/hud.tscn +++ b/interfaces/hud/hud.tscn @@ -46,7 +46,7 @@ func _process(_delta : float) -> void: text = \"\" text += \"fps: %s\\n\" % str(Engine.get_frames_per_second()) text += \"position: %d, %d, %d\\n\" % [player.position.x, player.position.y, player.position.z] - text += \"speed: %d km/h\\n\" % (player.linear_velocity.length() * 3.6) + text += \"speed: %d km/h\\n\" % (player.linear_velocity.length() * 3.6) text += \"speed_xz: %d km/h\\n\" % (velocity_xz.length() * 3.6) "