Lots of little tweaks and fixes
This commit is contained in:
+37
-7
@@ -1,11 +1,15 @@
|
||||
[gd_scene load_steps=5 format=3 uid="uid://baos0arpiskbp"]
|
||||
[gd_scene load_steps=9 format=3 uid="uid://baos0arpiskbp"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dq3qyyayugt5l" path="res://ui/RootUI.gd" id="1_son71"]
|
||||
[ext_resource type="PackedScene" uid="uid://c0i5e2dj11d8c" path="res://ui/pause/PauseMenu.tscn" id="2_atyu8"]
|
||||
[ext_resource type="PackedScene" uid="uid://b38dr0wkix76t" path="res://ui/debugmenu/DebugMenu.tscn" id="4_u132g"]
|
||||
[ext_resource type="PackedScene" uid="uid://bv5r2x9m4k7n1" path="res://ui/gamemenu/GameMenu.tscn" id="5_gmenu"]
|
||||
[ext_resource type="PackedScene" path="res://ui/component/InteractIndicator.tscn" id="6_iind"]
|
||||
[ext_resource type="Script" path="res://ui/component/ModalBackdrop.gd" id="7_mbdp"]
|
||||
[ext_resource type="PackedScene" uid="uid://cqdf1x7m2canp" path="res://ui/component/QuitConfirmDialog.tscn" id="8_qcd"]
|
||||
[ext_resource type="PackedScene" uid="uid://bmmc3x8n1d7qp" path="res://ui/component/MainMenuConfirmDialog.tscn" id="9_mmcd"]
|
||||
|
||||
[node name="RootUI" type="Control" node_paths=PackedStringArray("debugMenu", "gameMenu", "pauseMenu", "chatBoxContainer")]
|
||||
[node name="RootUI" type="Control" node_paths=PackedStringArray("debugMenu", "gameMenu", "pauseMenu", "quitConfirmDialog", "mainMenuConfirmDialog", "modalBackdrop", "chatBoxContainer")]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
@@ -17,6 +21,9 @@ script = ExtResource("1_son71")
|
||||
debugMenu = NodePath("DebugMenu")
|
||||
gameMenu = NodePath("GameMenu")
|
||||
pauseMenu = NodePath("PauseMenu")
|
||||
quitConfirmDialog = NodePath("QuitConfirmDialog")
|
||||
mainMenuConfirmDialog = NodePath("MainMenuConfirmDialog")
|
||||
modalBackdrop = NodePath("ModalBackdrop")
|
||||
chatBoxContainer = NodePath("ChatBoxContainer")
|
||||
metadata/_custom_type_script = "uid://dq3qyyayugt5l"
|
||||
|
||||
@@ -24,11 +31,6 @@ metadata/_custom_type_script = "uid://dq3qyyayugt5l"
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
|
||||
[node name="PauseMenu" parent="." instance=ExtResource("2_atyu8")]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
process_mode = 3
|
||||
|
||||
[node name="GameMenu" parent="." instance=ExtResource("5_gmenu")]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
@@ -41,3 +43,31 @@ anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
mouse_filter = 2
|
||||
|
||||
[node name="InteractIndicator" parent="ChatBoxContainer" instance=ExtResource("6_iind")]
|
||||
|
||||
[node name="ModalBackdrop" type="ColorRect" parent="."]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
mouse_filter = 1
|
||||
process_mode = 3
|
||||
color = Color(0, 0, 0, 0.5)
|
||||
script = ExtResource("7_mbdp")
|
||||
|
||||
[node name="PauseMenu" parent="." instance=ExtResource("2_atyu8")]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
process_mode = 3
|
||||
|
||||
[node name="QuitConfirmDialog" parent="." instance=ExtResource("8_qcd")]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
|
||||
[node name="MainMenuConfirmDialog" parent="." instance=ExtResource("9_mmcd")]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
|
||||
Reference in New Issue
Block a user