Updated to 4.4
This commit is contained in:
parent
eaa26d1361
commit
1aff15069a
151 changed files with 593 additions and 100 deletions
1
UI/Lobby/LANHost.gd.uid
Normal file
1
UI/Lobby/LANHost.gd.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://coqok7bd13s7
|
||||
1
UI/Lobby/LANJoin.gd.uid
Normal file
1
UI/Lobby/LANJoin.gd.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://ly63r8i4elic
|
||||
1
UI/Lobby/LANLobby.gd.uid
Normal file
1
UI/Lobby/LANLobby.gd.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://yof1j4gldmty
|
||||
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
1
UI/Lobby/LobbyEntry.gd.uid
Normal file
1
UI/Lobby/LobbyEntry.gd.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://vw51tar7gfb7
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://b6omw0ynhc15i"]
|
||||
|
||||
[ext_resource type="Script" path="res://UI/Lobby/LobbyEntry.gd" id="1_bjjj1"]
|
||||
[ext_resource type="Script" uid="uid://vw51tar7gfb7" path="res://UI/Lobby/LobbyEntry.gd" id="1_bjjj1"]
|
||||
|
||||
[node name="LobbyEntry" type="HBoxContainer"]
|
||||
size_flags_vertical = 3
|
||||
|
|
|
|||
1
UI/Lobby/WebRTCHost.gd.uid
Normal file
1
UI/Lobby/WebRTCHost.gd.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://cw8hkl6v6sji5
|
||||
1
UI/Lobby/WebRTCJoin.gd.uid
Normal file
1
UI/Lobby/WebRTCJoin.gd.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://6q5xnqxeo3f7
|
||||
1
UI/Lobby/WebRTCLobby.gd.uid
Normal file
1
UI/Lobby/WebRTCLobby.gd.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://t5ue881kic2o
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://d1yxx75f8ad2e"]
|
||||
|
||||
[ext_resource type="Script" path="res://UI/Lobby/WebRTCLobby.gd" id="1_d0ifh"]
|
||||
[ext_resource type="Script" path="res://UI/Lobby/WebRTCHost.gd" id="2_h54u8"]
|
||||
[ext_resource type="Script" path="res://UI/Lobby/WebRTCJoin.gd" id="3_yero6"]
|
||||
[ext_resource type="Script" uid="uid://t5ue881kic2o" path="res://UI/Lobby/WebRTCLobby.gd" id="1_d0ifh"]
|
||||
[ext_resource type="Script" uid="uid://cw8hkl6v6sji5" path="res://UI/Lobby/WebRTCHost.gd" id="2_h54u8"]
|
||||
[ext_resource type="Script" uid="uid://6q5xnqxeo3f7" path="res://UI/Lobby/WebRTCJoin.gd" id="3_yero6"]
|
||||
|
||||
[node name="WebRtcLobby" type="Control"]
|
||||
layout_mode = 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue