diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-07-19 14:18:21 +0200 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-07-19 14:18:21 +0200 |
commit | 7ce3593119b399196d71c88e3d1cab08ff38bb80 (patch) | |
tree | cb0abec447ee9d053836b3eefb9a3947f4a2cb6c /UI/Lobby/Player.gd | |
parent | 7e579ced0b51f98b2c14a0c868bf428c12d4790b (diff) |
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 |