diff options
Diffstat (limited to 'UI/Lobby/Player.gd')
-rw-r--r-- | UI/Lobby/Player.gd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/UI/Lobby/Player.gd b/UI/Lobby/Player.gd new file mode 100644 index 0000000..a1bbfe7 --- /dev/null +++ b/UI/Lobby/Player.gd @@ -0,0 +1,11 @@ +extends Control + + +# Called when the node enters the scene tree for the first time. +func _ready(): + pass # Replace with function body. + + +# Called every frame. 'delta' is the elapsed time since the previous frame. +func _process(delta): + pass |