Split client and server
This commit is contained in:
7
client/ui/debug/PositionLabel.gd
Normal file
7
client/ui/debug/PositionLabel.gd
Normal file
@ -0,0 +1,7 @@
|
||||
extends DebugLabel
|
||||
|
||||
func _process(_delta):
|
||||
if Global.player == null:
|
||||
return
|
||||
|
||||
text = str(Global.player.global_position)
|
Reference in New Issue
Block a user