diff --git a/godot/scenes/lobby.tscn b/godot/scenes/lobby.tscn index f41d1f3..e623fd5 100644 --- a/godot/scenes/lobby.tscn +++ b/godot/scenes/lobby.tscn @@ -3,6 +3,7 @@ [ext_resource type="PackedScene" uid="uid://ccd0wj2usx5os" path="res://scenes/ui/lobby_player_listing.tscn" id="1_o1atq"] [ext_resource type="PackedScene" uid="uid://ffh5txda3j1" path="res://scenes/ui/chat_box.tscn" id="2_5gu6x"] [ext_resource type="PackedScene" uid="uid://bbmc2gmy7g8ag" path="res://scenes/player/menu_player.tscn" id="3_q60fs"] +[ext_resource type="PackedScene" uid="uid://n3u0jr4wiib1" path="res://scenes/ui/settings.tscn" id="4_iulku"] [ext_resource type="Script" uid="uid://cwu5cf7a0awcd" path="res://addons/func_godot/src/map/func_godot_map.gd" id="4_o2i1r"] [ext_resource type="Resource" uid="uid://blt2w6o2bluf" path="res://maps/meta/map_settings.tres" id="5_iulku"] [ext_resource type="Material" uid="uid://cflfpp58y77fm" path="res://maps/materials/str_stonebrk1.tres" id="6_dfnwm"] @@ -1542,6 +1543,24 @@ layout_mode = 2 text = "Options" metadata/_edit_lock_ = true +[node name="settings_button" type="Button" parent="lobby/v_box_container3/h_box_container" unique_id=2096226308] +layout_mode = 2 +text = "Settings" +metadata/_edit_lock_ = true + +[node name="settings" parent="lobby" unique_id=999912383 instance=ExtResource("4_iulku")] +visible = false +layout_mode = 1 +anchors_preset = 15 +anchor_left = 0.0 +anchor_top = 0.0 +anchor_right = 1.0 +anchor_bottom = 1.0 +offset_left = 327.0 +offset_top = 46.0 +offset_right = -325.0 +offset_bottom = -102.0 + [node name="camera_3d" type="Camera3D" parent="." unique_id=131019329] transform = Transform3D(0.69531304, -0.068955034, 0.7153915, 3.1173069e-09, 0.99538684, 0.09594317, -0.718707, -0.06671053, 0.6921054, 3.165125, 2.0609732, 2.7751796) current = true @@ -2786,3 +2805,4 @@ environment = SubResource("Environment_2yu1m") [connection signal="pressed" from="lobby/options_panel/options_close" to="lobby" method="close_options"] [connection signal="pressed" from="lobby/v_box_container3/h_box_container/exit_button" to="lobby" method="exit"] [connection signal="pressed" from="lobby/v_box_container3/h_box_container/options_button" to="lobby" method="open_options"] +[connection signal="pressed" from="lobby/v_box_container3/h_box_container/settings_button" to="lobby/settings" method="open"]