Split client and server
This commit is contained in:
5
client/ui/debug/DebugLabelText.gd
Normal file
5
client/ui/debug/DebugLabelText.gd
Normal file
@ -0,0 +1,5 @@
|
||||
@tool
|
||||
extends Label
|
||||
|
||||
func _ready():
|
||||
text = get_parent().name + ":"
|
Reference in New Issue
Block a user