Set affinity icon in UI
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
[gd_scene load_steps=14 format=3 uid="uid://b8tclvmc7j7dl"]
|
||||
[gd_scene load_steps=22 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"]
|
||||
[ext_resource type="Texture2D" uid="uid://b8fio74j577pj" path="res://src/ui/Affinity Icons/EOLIC.png" id="4_rqc8e"]
|
||||
[ext_resource type="PackedScene" uid="uid://bea2waybmgd6u" path="res://src/ui/teleport_prompt/UseTeleportPrompt.tscn" id="5_h1hgq"]
|
||||
[ext_resource type="PackedScene" uid="uid://x0f1ol50nnp3" path="res://src/ui/in_game_ui/InventoryMessageUI.tscn" id="6_y26qy"]
|
||||
[ext_resource type="PackedScene" uid="uid://8f3dk16nj0dn" path="res://src/menu/DebugMenu.tscn" id="7_llomk"]
|
||||
@@ -12,9 +13,17 @@
|
||||
[ext_resource type="PackedScene" uid="uid://cbxw70qa7gifp" path="res://src/ui/inventory_menu/InventoryMenu.tscn" id="9_ur8ag"]
|
||||
[ext_resource type="PackedScene" uid="uid://dwa7o6hkkwjg1" path="res://src/ui/inventory_menu/ItemRescueMenu.tscn" id="10_higkc"]
|
||||
[ext_resource type="Texture2D" uid="uid://chqlapqsi0ga0" path="res://src/ui/Minimap Special Displays/maze floor.png" id="11_f0tui"]
|
||||
[ext_resource type="Texture2D" uid="uid://dhm6n6h40rm6s" path="res://src/ui/Affinity Icons/None.png" id="11_k4h7r"]
|
||||
[ext_resource type="Texture2D" uid="uid://bm877afagx7rv" path="res://src/ui/Affinity Icons/FERRUM.png" id="12_2of7j"]
|
||||
[ext_resource type="Texture2D" uid="uid://b6wnipbpck5ea" path="res://src/ui/Affinity Icons/HYDRIC.png" id="13_4d2sw"]
|
||||
[ext_resource type="Texture2D" uid="uid://buaj462dmtl6u" path="res://src/ui/Affinity Icons/IGNEOUS.png" id="14_4f3xk"]
|
||||
[ext_resource type="Texture2D" uid="uid://ddlmguje21x8k" path="res://src/ui/Affinity Icons/SANKTA.png" id="15_rilgc"]
|
||||
[ext_resource type="Texture2D" uid="uid://cr4g3ippdu2sk" path="res://src/ui/Affinity Icons/TELERIC.png" id="16_k3082"]
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_higkc"]
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_1e3dg"]
|
||||
|
||||
[node name="InGameUI" type="Control"]
|
||||
process_mode = 3
|
||||
layout_mode = 3
|
||||
@@ -25,7 +34,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_sc13i")
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="."]
|
||||
[node name="NoSignal" type="TextureRect" parent="."]
|
||||
layout_mode = 2
|
||||
offset_left = 1498.0
|
||||
offset_top = 346.0
|
||||
@@ -117,9 +126,9 @@ 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
|
||||
theme_override_styles/panel = SubResource("StyleBoxEmpty_1e3dg")
|
||||
|
||||
[node name="MiniMap" parent="Sidebar Container/MinimapContainer/MinimapZone" instance=ExtResource("2_6sfje")]
|
||||
unique_name_in_owner = true
|
||||
@@ -135,6 +144,57 @@ offset_top = 354.0
|
||||
offset_right = 423.0
|
||||
offset_bottom = 620.0
|
||||
|
||||
[node name="Sigil" type="Control" parent="Sidebar Container"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="SigilContainer" type="MarginContainer" parent="Sidebar Container/Sigil"]
|
||||
layout_mode = 2
|
||||
offset_left = 330.0
|
||||
offset_top = 207.0
|
||||
offset_right = 586.0
|
||||
offset_bottom = 463.0
|
||||
scale = Vector2(0.4, 0.4)
|
||||
|
||||
[node name="NoneImg" type="TextureRect" parent="Sidebar Container/Sigil/SigilContainer"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("11_k4h7r")
|
||||
|
||||
[node name="EolicImg" type="TextureRect" parent="Sidebar Container/Sigil/SigilContainer"]
|
||||
unique_name_in_owner = true
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
texture = ExtResource("4_rqc8e")
|
||||
|
||||
[node name="FerrumImg" type="TextureRect" parent="Sidebar Container/Sigil/SigilContainer"]
|
||||
unique_name_in_owner = true
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
texture = ExtResource("12_2of7j")
|
||||
|
||||
[node name="HydricImg" type="TextureRect" parent="Sidebar Container/Sigil/SigilContainer"]
|
||||
unique_name_in_owner = true
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
texture = ExtResource("13_4d2sw")
|
||||
|
||||
[node name="IgneousImg" type="TextureRect" parent="Sidebar Container/Sigil/SigilContainer"]
|
||||
unique_name_in_owner = true
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
texture = ExtResource("14_4f3xk")
|
||||
|
||||
[node name="SanktaImg" type="TextureRect" parent="Sidebar Container/Sigil/SigilContainer"]
|
||||
unique_name_in_owner = true
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
texture = ExtResource("15_rilgc")
|
||||
|
||||
[node name="TelluricImg" type="TextureRect" parent="Sidebar Container/Sigil/SigilContainer"]
|
||||
unique_name_in_owner = true
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
texture = ExtResource("16_k3082")
|
||||
|
||||
[node name="Sidebar Texture" type="TextureRect" parent="Sidebar Container"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("9_higkc")
|
||||
@@ -148,13 +208,3 @@ theme_override_constants/margin_top = 200
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="SigilContainer" type="MarginContainer" parent="Sidebar Container"]
|
||||
layout_mode = 2
|
||||
theme_override_constants/margin_left = 50
|
||||
theme_override_constants/margin_top = 800
|
||||
theme_override_constants/margin_right = 175
|
||||
theme_override_constants/margin_bottom = 50
|
||||
|
||||
[node name="ReferenceRect" type="ReferenceRect" parent="Sidebar Container/SigilContainer"]
|
||||
layout_mode = 2
|
||||
|
||||
Reference in New Issue
Block a user