summaryrefslogtreecommitdiff
path: root/UI/Lobby.tscn
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2024-10-27 15:52:48 +0100
committerDaniel Weipert <git@mail.dweipert.de>2024-10-27 15:52:48 +0100
commit15a1d2a66e48324e1d560dc13b776627820f3999 (patch)
tree4c062545a4c1a750293b52d5c11258f9b4218a2a /UI/Lobby.tscn
parenta495681453c97578cc4a408d6919c6879524a603 (diff)
next commit
Diffstat (limited to 'UI/Lobby.tscn')
-rw-r--r--UI/Lobby.tscn29
1 files changed, 27 insertions, 2 deletions
diff --git a/UI/Lobby.tscn b/UI/Lobby.tscn
index 02f32ce..6c7f1f7 100644
--- a/UI/Lobby.tscn
+++ b/UI/Lobby.tscn
@@ -1,8 +1,13 @@
-[gd_scene load_steps=4 format=3 uid="uid://r45j806p4a74"]
+[gd_scene load_steps=9 format=3 uid="uid://r45j806p4a74"]
[ext_resource type="Script" path="res://UI/lobby.gd" id="1_mm4gt"]
[ext_resource type="Theme" uid="uid://bt84t61hrvoyn" path="res://UI/lobby_theme.tres" id="2_syjfh"]
+[ext_resource type="PackedScene" uid="uid://bl65jllb3e2py" path="res://Stages/Wintermaul/Wintermaul.tscn" id="3_3hc3h"]
[ext_resource type="Texture2D" uid="uid://ci7qydmwbanbp" path="res://Stages/Wintermaul/Assets/thumbnail.png" id="3_8r1n2"]
+[ext_resource type="PackedScene" uid="uid://dwscklgkbhq28" path="res://Stages/Wintermaul2/Wintermaul2.tscn" id="4_v1caa"]
+[ext_resource type="Texture2D" uid="uid://cfiu7ah67vdpg" path="res://Stages/Square/Assets/thumbnail.png" id="5_5ewsi"]
+[ext_resource type="PackedScene" uid="uid://jxy7fj7yymfl" path="res://Stages/TinySwords/WintermaulTinySwords.tscn" id="5_hnsfx"]
+[ext_resource type="Texture2D" uid="uid://cujvoqsqfrl4a" path="res://Stages/Wintermaul2/Assets/thumbnail.png" id="5_j23oc"]
[node name="Lobby" type="Control"]
layout_mode = 3
@@ -78,14 +83,34 @@ layout_mode = 2
mouse_default_cursor_shape = 2
toggle_mode = true
text = "Wintermaul"
+metadata/map_scene = ExtResource("3_3hc3h")
+metadata/thumbnail = ExtResource("3_8r1n2")
[node name="MapButton2" type="Button" parent="MarginContainer/VBoxContainer/CenterContainer/HBoxContainer/Maps"]
layout_mode = 2
mouse_default_cursor_shape = 2
toggle_mode = true
text = "Squares"
+metadata/thumbnail = ExtResource("5_5ewsi")
-[node name="TextureRect" type="TextureRect" parent="MarginContainer/VBoxContainer/CenterContainer/HBoxContainer"]
+[node name="MapButton3" type="Button" parent="MarginContainer/VBoxContainer/CenterContainer/HBoxContainer/Maps"]
+layout_mode = 2
+mouse_default_cursor_shape = 2
+toggle_mode = true
+text = "Wintermaul 2"
+metadata/map_scene = ExtResource("4_v1caa")
+metadata/thumbnail = ExtResource("5_j23oc")
+
+[node name="MapButton4" type="Button" parent="MarginContainer/VBoxContainer/CenterContainer/HBoxContainer/Maps"]
+visible = false
+layout_mode = 2
+mouse_default_cursor_shape = 2
+toggle_mode = true
+text = "Wintermaul Tiny Swords"
+metadata/map_scene = ExtResource("5_hnsfx")
+
+[node name="Thumbnail" type="TextureRect" parent="MarginContainer/VBoxContainer/CenterContainer/HBoxContainer"]
+unique_name_in_owner = true
custom_minimum_size = Vector2(300, 260)
layout_mode = 2
texture = ExtResource("3_8r1n2")