diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2025-02-15 12:36:43 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2025-02-15 12:36:43 +0100 |
commit | 0b1fd02d3cb080effe29e00f14773994d87e2e27 (patch) | |
tree | b03de476b2b9993af6b52d77c1ca7eb08aa694ab /UI/PlayerLobby | |
parent | 0d17544b3e3220a7493319271b79ce435f991a0b (diff) |
Diffstat (limited to 'UI/PlayerLobby')
-rw-r--r-- | UI/PlayerLobby/Lobby.tscn | 2 | ||||
-rw-r--r-- | UI/PlayerLobby/lobby.gd.uid | 1 | ||||
-rw-r--r-- | UI/PlayerLobby/lobby_setting.gd.uid | 1 | ||||
-rw-r--r-- | UI/PlayerLobby/lobby_setting.tscn | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/UI/PlayerLobby/Lobby.tscn b/UI/PlayerLobby/Lobby.tscn index 228d512..958b3fa 100644 --- a/UI/PlayerLobby/Lobby.tscn +++ b/UI/PlayerLobby/Lobby.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=11 format=3 uid="uid://r45j806p4a74"] -[ext_resource type="Script" path="res://UI/PlayerLobby/lobby.gd" id="1_mm4gt"] +[ext_resource type="Script" uid="uid://87etsgjm04nb" path="res://UI/PlayerLobby/lobby.gd" id="1_mm4gt"] [ext_resource type="Texture2D" uid="uid://kwgx33awj4y2" path="res://UI/Assets/Enjl-Starry Space Background/background_1.png" id="2_0pdjl"] [ext_resource type="Theme" uid="uid://bt84t61hrvoyn" path="res://UI/PlayerLobby/lobby_theme.tres" id="2_syjfh"] [ext_resource type="PackedScene" uid="uid://cq6p055yuac0o" path="res://UI/players_list_container.tscn" id="3_2r7nj"] diff --git a/UI/PlayerLobby/lobby.gd.uid b/UI/PlayerLobby/lobby.gd.uid new file mode 100644 index 0000000..f3af632 --- /dev/null +++ b/UI/PlayerLobby/lobby.gd.uid @@ -0,0 +1 @@ +uid://87etsgjm04nb diff --git a/UI/PlayerLobby/lobby_setting.gd.uid b/UI/PlayerLobby/lobby_setting.gd.uid new file mode 100644 index 0000000..b2bfbef --- /dev/null +++ b/UI/PlayerLobby/lobby_setting.gd.uid @@ -0,0 +1 @@ +uid://b47vm2uggdqxn diff --git a/UI/PlayerLobby/lobby_setting.tscn b/UI/PlayerLobby/lobby_setting.tscn index 62d1c66..d4baded 100644 --- a/UI/PlayerLobby/lobby_setting.tscn +++ b/UI/PlayerLobby/lobby_setting.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://fgqkxat8pwjk"] -[ext_resource type="Script" path="res://UI/PlayerLobby/lobby_setting.gd" id="1_ntovh"] +[ext_resource type="Script" uid="uid://b47vm2uggdqxn" path="res://UI/PlayerLobby/lobby_setting.gd" id="1_ntovh"] [node name="LobbySetting" type="HBoxContainer"] size_flags_vertical = 2 |