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")
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
@@ -0,0 +1,35 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cijojm8gcjime"
|
||||
path.bptc="res://.godot/imported/No Signal Screen.png-982ea0c9a4e7be8c56ed1d51d1bdb4f9.bptc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://src/ui/rendered_assets/No Signal Screen.png"
|
||||
dest_files=["res://.godot/imported/No Signal Screen.png-982ea0c9a4e7be8c56ed1d51d1bdb4f9.bptc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=2
|
||||
compress/high_quality=true
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=0
|
||||
Reference in New Issue
Block a user