Split client and server
This commit is contained in:
8
client/ui/debug/DebugLabel.gd
Normal file
8
client/ui/debug/DebugLabel.gd
Normal file
@ -0,0 +1,8 @@
|
||||
class_name DebugLabel
|
||||
extends Control
|
||||
|
||||
var text : String :
|
||||
get:
|
||||
return get_child(1).text
|
||||
set(value):
|
||||
get_child(1).text = value
|
Reference in New Issue
Block a user