8 lines
123 B
GDScript3
Raw Normal View History

2024-01-18 22:35:17 +00:00
extends DebugLabel
2024-01-16 22:01:16 +00:00
func _process(_delta):
if Global.player == null:
return
text = str(Global.player.global_position)