Improved environment

This commit is contained in:
2024-01-16 23:01:16 +01:00
parent 8f0f3d9998
commit 6934f2936b
16 changed files with 274 additions and 96 deletions

7
ui/PositionLabel.gd Normal file
View File

@ -0,0 +1,7 @@
extends Label
func _process(_delta):
if Global.player == null:
return
text = str(Global.player.global_position)