From 0b1fd02d3cb080effe29e00f14773994d87e2e27 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sat, 15 Feb 2025 12:36:43 +0100 Subject: 4.3 -> 4.4 --- UI/PlayerLobby/Lobby.tscn | 2 +- UI/PlayerLobby/lobby.gd.uid | 1 + UI/PlayerLobby/lobby_setting.gd.uid | 1 + UI/PlayerLobby/lobby_setting.tscn | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 UI/PlayerLobby/lobby.gd.uid create mode 100644 UI/PlayerLobby/lobby_setting.gd.uid (limited to 'UI/PlayerLobby') 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 -- cgit v1.2.3