Updated to 4.4

This commit is contained in:
Sch1nken 2025-02-26 23:27:07 +01:00
parent eaa26d1361
commit 1aff15069a
151 changed files with 593 additions and 100 deletions

View file

@ -1,8 +1,8 @@
[gd_scene load_steps=4 format=3 uid="uid://chu7mm2kn613g"]
[ext_resource type="Script" path="res://UI/Lobby/LANLobby.gd" id="1_cuhs7"]
[ext_resource type="Script" path="res://UI/Lobby/LANJoin.gd" id="2_dcv2l"]
[ext_resource type="Script" path="res://UI/Lobby/LANHost.gd" id="2_ioo6d"]
[ext_resource type="Script" uid="uid://yof1j4gldmty" path="res://UI/Lobby/LANLobby.gd" id="1_cuhs7"]
[ext_resource type="Script" uid="uid://ly63r8i4elic" path="res://UI/Lobby/LANJoin.gd" id="2_dcv2l"]
[ext_resource type="Script" uid="uid://coqok7bd13s7" path="res://UI/Lobby/LANHost.gd" id="2_ioo6d"]
[node name="LANLobby" type="Control"]
layout_mode = 3
@ -28,6 +28,7 @@ grow_horizontal = 2
grow_vertical = 2
[node name="SelectionMenu" type="MarginContainer" parent="PanelContainer"]
visible = false
layout_mode = 2
size_flags_horizontal = 4
size_flags_vertical = 4
@ -53,7 +54,6 @@ layout_mode = 2
text = "Back"
[node name="MarginContainer" type="MarginContainer" parent="PanelContainer"]
visible = false
layout_mode = 2
theme_override_constants/margin_left = 50
theme_override_constants/margin_top = 50
@ -137,7 +137,6 @@ disabled = true
text = "Start Game"
[node name="LANJoin" type="VBoxContainer" parent="PanelContainer/MarginContainer/VBoxContainer2"]
visible = false
layout_mode = 2
script = ExtResource("2_dcv2l")