Internet/Local/Hotseat working (still need to test for bugs). ALso get an RPC error because we switch scene...

This commit is contained in:
Sch1nken 2024-03-24 03:30:54 +01:00
parent c95b8186ab
commit c4909db2a5
654 changed files with 18133 additions and 39 deletions

19
UI/Lobby/LobbyEntry.tscn Normal file
View file

@ -0,0 +1,19 @@
[gd_scene load_steps=2 format=3 uid="uid://b6omw0ynhc15i"]
[ext_resource type="Script" path="res://UI/Lobby/LobbyEntry.gd" id="1_bjjj1"]
[node name="LobbyEntry" type="HBoxContainer"]
size_flags_vertical = 3
script = ExtResource("1_bjjj1")
[node name="Label" type="Label" parent="."]
layout_mode = 2
size_flags_horizontal = 3
text = "LobbyName"
[node name="Button" type="Button" parent="."]
layout_mode = 2
size_flags_horizontal = 8
text = "Connect"
[connection signal="pressed" from="Button" to="." method="_on_button_pressed"]