From 7ce3593119b399196d71c88e3d1cab08ff38bb80 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Fri, 19 Jul 2024 14:18:21 +0200 Subject: cleanup and begin lobby rework --- UI/Lobby/Player.gd | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 UI/Lobby/Player.gd (limited to 'UI/Lobby/Player.gd') 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 -- cgit v1.2.3