51 lines
1.7 KiB
Plaintext
51 lines
1.7 KiB
Plaintext
[gd_scene load_steps=7 format=3 uid="uid://b1muxus5qdbeu"]
|
|
|
|
[ext_resource type="Script" path="res://src/ui/in_game_ui/InGameUI.cs" id="1_sc13i"]
|
|
[ext_resource type="PackedScene" uid="uid://bwbofurcvf3yh" path="res://src/minimap/Minimap.tscn" id="2_6sfje"]
|
|
[ext_resource type="PackedScene" uid="uid://dlj8qdg1c5048" path="res://src/inventory_menu/InventoryMenu.tscn" id="3_4vcdl"]
|
|
[ext_resource type="PackedScene" uid="uid://dxl8il8f13c2x" path="res://src/ui/player_ui/PlayerInfoUI.tscn" id="4_46s5l"]
|
|
[ext_resource type="PackedScene" uid="uid://bea2waybmgd6u" path="res://src/ui/teleport_prompt/UseTeleportPrompt.tscn" id="5_h1hgq"]
|
|
[ext_resource type="Script" path="res://src/utils/FpsCounter.cs" id="7_c6o8j"]
|
|
|
|
[node name="InGameUI" type="Control"]
|
|
process_mode = 3
|
|
custom_minimum_size = Vector2(1280, 960)
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
script = ExtResource("1_sc13i")
|
|
|
|
[node name="PlayerInfoUI" parent="." instance=ExtResource("4_46s5l")]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(1024, 768)
|
|
layout_mode = 1
|
|
|
|
[node name="MiniMap" parent="." instance=ExtResource("2_6sfje")]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
layout_mode = 1
|
|
|
|
[node name="InventoryMenu" parent="." instance=ExtResource("3_4vcdl")]
|
|
unique_name_in_owner = true
|
|
process_mode = 3
|
|
visible = false
|
|
layout_mode = 1
|
|
|
|
[node name="UseTeleportPrompt" parent="." instance=ExtResource("5_h1hgq")]
|
|
unique_name_in_owner = true
|
|
layout_mode = 1
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_right = 0.021
|
|
anchor_bottom = 0.021
|
|
offset_right = -0.320004
|
|
offset_bottom = 0.319998
|
|
script = ExtResource("7_c6o8j")
|