More icon work
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://bgocskbofewsr"]
|
||||
[gd_scene load_steps=9 format=3 uid="uid://bgocskbofewsr"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dri0a20l6kpbj" path="res://visuals/images/icon.svg" id="1_k5de2"]
|
||||
[ext_resource type="Texture2D" uid="uid://dhw2ao0dimytt" path="res://visuals/images/icons/bomb.png" id="1_t4m7m"]
|
||||
[ext_resource type="Texture2D" uid="uid://psxrbfkh3jyq" path="res://visuals/images/icons/force_panel.png" id="2_yful7"]
|
||||
[ext_resource type="Texture2D" uid="uid://coe2q8jdu47it" path="res://visuals/images/icons/gas.png" id="3_jiiqi"]
|
||||
[ext_resource type="Texture2D" uid="uid://bcv3f38cib5xk" path="res://visuals/images/icons/mine.png" id="4_l86lr"]
|
||||
[ext_resource type="Texture2D" uid="uid://cyuylbs0o72xk" path="res://visuals/images/icons/pitfall.png" id="5_aopqe"]
|
||||
[ext_resource type="Texture2D" uid="uid://hiwrcar5fnyk" path="res://visuals/images/icons/switch.png" id="6_e7ody"]
|
||||
[ext_resource type="Texture2D" uid="uid://cccpeolat5pk5" path="res://visuals/images/icons/selector.png" id="7_bftxg"]
|
||||
|
||||
[node name="Control" type="Control"]
|
||||
layout_mode = 3
|
||||
@@ -50,6 +57,59 @@ layout_mode = 2
|
||||
custom_minimum_size = Vector2(150, 100)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Control" type="Control" parent="Control/PanelContainer/HBoxContainer/VBoxContainer/PanelContainer2"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="Control/PanelContainer/HBoxContainer/VBoxContainer/PanelContainer2/Control"]
|
||||
clip_children = 1
|
||||
layout_mode = 0
|
||||
offset_right = 40.0
|
||||
offset_bottom = 40.0
|
||||
texture = ExtResource("1_t4m7m")
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="Control/PanelContainer/HBoxContainer/VBoxContainer/PanelContainer2/Control/TextureRect"]
|
||||
layout_mode = 0
|
||||
offset_right = 920.0
|
||||
offset_bottom = 100.0
|
||||
theme_override_constants/separation = 0
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="Control/PanelContainer/HBoxContainer/VBoxContainer/PanelContainer2/Control/TextureRect/HBoxContainer"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("1_t4m7m")
|
||||
|
||||
[node name="TextureRect2" type="TextureRect" parent="Control/PanelContainer/HBoxContainer/VBoxContainer/PanelContainer2/Control/TextureRect/HBoxContainer"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("2_yful7")
|
||||
|
||||
[node name="TextureRect3" type="TextureRect" parent="Control/PanelContainer/HBoxContainer/VBoxContainer/PanelContainer2/Control/TextureRect/HBoxContainer"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("3_jiiqi")
|
||||
|
||||
[node name="TextureRect4" type="TextureRect" parent="Control/PanelContainer/HBoxContainer/VBoxContainer/PanelContainer2/Control/TextureRect/HBoxContainer"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("4_l86lr")
|
||||
|
||||
[node name="TextureRect5" type="TextureRect" parent="Control/PanelContainer/HBoxContainer/VBoxContainer/PanelContainer2/Control/TextureRect/HBoxContainer"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("5_aopqe")
|
||||
|
||||
[node name="TextureRect6" type="TextureRect" parent="Control/PanelContainer/HBoxContainer/VBoxContainer/PanelContainer2/Control/TextureRect/HBoxContainer"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("6_e7ody")
|
||||
|
||||
[node name="TextureRect3" type="TextureRect" parent="Control/PanelContainer/HBoxContainer/VBoxContainer/PanelContainer2/Control"]
|
||||
self_modulate = Color(0, 0, 0, 0.49019608)
|
||||
layout_mode = 0
|
||||
offset_right = 150.0
|
||||
offset_bottom = 100.0
|
||||
texture = ExtResource("1_t4m7m")
|
||||
|
||||
[node name="TextureRect2" type="TextureRect" parent="Control/PanelContainer/HBoxContainer/VBoxContainer/PanelContainer2/Control"]
|
||||
layout_mode = 0
|
||||
offset_right = 40.0
|
||||
offset_bottom = 40.0
|
||||
texture = ExtResource("7_bftxg")
|
||||
|
||||
[node name="PanelContainer3" type="PanelContainer" parent="Control/PanelContainer/HBoxContainer/VBoxContainer"]
|
||||
custom_minimum_size = Vector2(150, 100)
|
||||
layout_mode = 2
|
||||
|
||||
Reference in New Issue
Block a user