✏️ convert space to tabs

This commit is contained in:
anyreso 2024-04-27 16:24:39 -04:00
parent 14b6b9ac28
commit a3e216e84c

View file

@ -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)
"