audio implementations, chariot frames deleted, world visual fixes
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
[gd_scene load_steps=13 format=3 uid="uid://b8tclvmc7j7dl"]
|
||||
[gd_scene load_steps=14 format=3 uid="uid://b8tclvmc7j7dl"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dlq2mkhl4pe7a" path="res://src/ui/in_game_ui/InGameUI.cs" id="1_sc13i"]
|
||||
[ext_resource type="Texture2D" uid="uid://cijojm8gcjime" path="res://src/ui/rendered_assets/No Signal Screen.png" id="2_1e3dg"]
|
||||
[ext_resource type="PackedScene" uid="uid://bwbofurcvf3yh" path="res://src/minimap/Minimap.tscn" id="2_6sfje"]
|
||||
[ext_resource type="PackedScene" uid="uid://0eo47mewhlit" path="res://src/debug_info/DebugInfo.tscn" id="2_f0tui"]
|
||||
[ext_resource type="PackedScene" uid="uid://dxl8il8f13c2x" path="res://src/ui/player_ui/PlayerInfoUI.tscn" id="4_46s5l"]
|
||||
@@ -24,6 +25,20 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_sc13i")
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="."]
|
||||
layout_mode = 2
|
||||
offset_left = 1498.0
|
||||
offset_top = 346.0
|
||||
offset_right = 1877.0
|
||||
offset_bottom = 632.0
|
||||
texture = ExtResource("2_1e3dg")
|
||||
|
||||
[node name="MazeFloor" type="Sprite2D" parent="."]
|
||||
visible = false
|
||||
position = Vector2(1689.65, 492)
|
||||
scale = Vector2(0.643917, 0.867133)
|
||||
texture = ExtResource("11_f0tui")
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -102,6 +117,7 @@ theme_override_constants/margin_left = 15
|
||||
theme_override_constants/margin_top = 0
|
||||
|
||||
[node name="MinimapZone" type="Panel" parent="Sidebar Container/MinimapContainer"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 3
|
||||
|
||||
@@ -142,9 +158,3 @@ theme_override_constants/margin_bottom = 50
|
||||
|
||||
[node name="ReferenceRect" type="ReferenceRect" parent="Sidebar Container/SigilContainer"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="MazeFloor" type="Sprite2D" parent="."]
|
||||
visible = false
|
||||
position = Vector2(1689.65, 492)
|
||||
scale = Vector2(0.643917, 0.867133)
|
||||
texture = ExtResource("11_f0tui")
|
||||
|
||||
Reference in New Issue
Block a user