summaryrefslogtreecommitdiff
path: root/UI/Lobby/Player.gd
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2024-07-19 14:18:21 +0200
committerDaniel Weipert <git@mail.dweipert.de>2024-07-19 14:18:21 +0200
commit7ce3593119b399196d71c88e3d1cab08ff38bb80 (patch)
treecb0abec447ee9d053836b3eefb9a3947f4a2cb6c /UI/Lobby/Player.gd
parent7e579ced0b51f98b2c14a0c868bf428c12d4790b (diff)
cleanup and begin lobby reworkHEADmain
Diffstat (limited to 'UI/Lobby/Player.gd')
-rw-r--r--UI/Lobby/Player.gd11
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