2024-01-18 23:35:17 +01:00

8 lines
123 B
GDScript

extends DebugLabel
func _process(_delta):
if Global.player == null:
return
text = str(Global.player.global_position)