General UI Work
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=10 format=3 uid="uid://b1muxus5qdbeu"]
|
||||
[gd_scene load_steps=11 format=3 uid="uid://b1muxus5qdbeu"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dlq2mkhl4pe7a" 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"]
|
||||
@@ -10,6 +10,9 @@
|
||||
[ext_resource type="PackedScene" uid="uid://8f3dk16nj0dn" path="res://src/menu/DebugMenu.tscn" id="7_llomk"]
|
||||
[ext_resource type="Texture2D" uid="uid://bj4p4qxb1mj3q" path="res://src/ui/player_ui/Assets/panel rough draft.png" id="7_ur8ag"]
|
||||
|
||||
[sub_resource type="StyleBoxLine" id="StyleBoxLine_ur8ag"]
|
||||
color = Color(0.792157, 0.698039, 0.643137, 1)
|
||||
|
||||
[node name="InGameUI" type="Control"]
|
||||
process_mode = 3
|
||||
layout_mode = 3
|
||||
@@ -87,29 +90,37 @@ custom_minimum_size = Vector2(480, 0)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="HBoxContainer/Panel"]
|
||||
layout_mode = 0
|
||||
offset_right = 480.0
|
||||
offset_bottom = 1082.0
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_bottom = 2.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("7_ur8ag")
|
||||
|
||||
[node name="PlayerInfoUI" parent="HBoxContainer/Panel" instance=ExtResource("4_46s5l")]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
anchors_preset = 0
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
offset_left = 25.0
|
||||
offset_top = 175.0
|
||||
offset_right = 480.0
|
||||
offset_bottom = 361.0
|
||||
size_flags_vertical = 3
|
||||
offset_left = 29.0
|
||||
offset_top = 197.0
|
||||
offset_right = 29.0
|
||||
offset_bottom = -746.0
|
||||
|
||||
[node name="HSeparator" type="HSeparator" parent="HBoxContainer/Panel"]
|
||||
layout_mode = 2
|
||||
offset_left = 99.0
|
||||
offset_top = 326.0
|
||||
offset_right = 391.0
|
||||
offset_bottom = 332.0
|
||||
theme_override_styles/separator = SubResource("StyleBoxLine_ur8ag")
|
||||
|
||||
[node name="MinimapZone" type="Panel" parent="HBoxContainer/Panel"]
|
||||
layout_mode = 2
|
||||
offset_left = 54.0
|
||||
offset_top = 369.0
|
||||
offset_right = 424.0
|
||||
offset_bottom = 637.0
|
||||
offset_top = 14.0
|
||||
offset_right = 480.0
|
||||
offset_bottom = 14.0
|
||||
|
||||
[node name="MiniMap" parent="HBoxContainer/Panel/MinimapZone" instance=ExtResource("2_6sfje")]
|
||||
unique_name_in_owner = true
|
||||
@@ -120,14 +131,23 @@ anchor_left = 0.0
|
||||
anchor_top = 0.0
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
offset_left = 3.0
|
||||
offset_left = 56.0
|
||||
offset_top = 354.0
|
||||
offset_right = 423.0
|
||||
offset_bottom = 620.0
|
||||
|
||||
[node name="HSeparator2" type="HSeparator" parent="HBoxContainer/Panel/MinimapZone"]
|
||||
layout_mode = 2
|
||||
offset_left = 78.0
|
||||
offset_top = 716.0
|
||||
offset_right = 370.0
|
||||
offset_bottom = 266.0
|
||||
offset_bottom = 722.0
|
||||
theme_override_styles/separator = SubResource("StyleBoxLine_ur8ag")
|
||||
|
||||
[node name="Sigil Marker" type="ReferenceRect" parent="HBoxContainer/Panel"]
|
||||
layout_mode = 2
|
||||
offset_left = 78.0
|
||||
offset_top = 817.0
|
||||
offset_right = 268.0
|
||||
offset_bottom = 1009.0
|
||||
offset_left = 75.0
|
||||
offset_top = 813.0
|
||||
offset_right = 267.0
|
||||
offset_bottom = 1004.0
|
||||
size_flags_vertical = 3
|
||||
|
||||
Reference in New Issue
Block a user