First commit
This commit is contained in:
128
templates/HUD.tscn
Normal file
128
templates/HUD.tscn
Normal file
@@ -0,0 +1,128 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://bgocskbofewsr"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dri0a20l6kpbj" path="res://visuals/images/icon.svg" id="1_k5de2"]
|
||||
|
||||
[node name="Control" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="Control" type="Control" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 10
|
||||
anchor_right = 1.0
|
||||
grow_horizontal = 2
|
||||
|
||||
[node name="PanelContainer" type="PanelContainer" parent="Control"]
|
||||
custom_minimum_size = Vector2(0, 200)
|
||||
layout_mode = 1
|
||||
anchors_preset = 10
|
||||
anchor_right = 1.0
|
||||
grow_horizontal = 2
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="Control/PanelContainer"]
|
||||
layout_mode = 2
|
||||
alignment = 1
|
||||
|
||||
[node name="Control" type="Control" parent="Control/PanelContainer/HBoxContainer"]
|
||||
custom_minimum_size = Vector2(165, 0)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="VBoxContainer2" type="VBoxContainer" parent="Control/PanelContainer/HBoxContainer"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="PanelContainer" type="PanelContainer" parent="Control/PanelContainer/HBoxContainer/VBoxContainer2"]
|
||||
custom_minimum_size = Vector2(250, 100)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="PanelContainer2" type="PanelContainer" parent="Control/PanelContainer/HBoxContainer/VBoxContainer2"]
|
||||
custom_minimum_size = Vector2(250, 100)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="Control/PanelContainer/HBoxContainer"]
|
||||
custom_minimum_size = Vector2(150, 0)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="PanelContainer2" type="PanelContainer" parent="Control/PanelContainer/HBoxContainer/VBoxContainer"]
|
||||
custom_minimum_size = Vector2(150, 100)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="PanelContainer3" type="PanelContainer" parent="Control/PanelContainer/HBoxContainer/VBoxContainer"]
|
||||
custom_minimum_size = Vector2(150, 100)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="PanelContainer2" type="PanelContainer" parent="Control/PanelContainer/HBoxContainer"]
|
||||
custom_minimum_size = Vector2(150, 0)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="VBoxContainer3" type="VBoxContainer" parent="Control/PanelContainer/HBoxContainer"]
|
||||
custom_minimum_size = Vector2(250, 0)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="PanelContainer3" type="PanelContainer" parent="Control/PanelContainer/HBoxContainer/VBoxContainer3"]
|
||||
custom_minimum_size = Vector2(250, 130)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="Control/PanelContainer/HBoxContainer/VBoxContainer3"]
|
||||
custom_minimum_size = Vector2(0, 70)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="PanelContainer" type="PanelContainer" parent="Control/PanelContainer/HBoxContainer/VBoxContainer3/HBoxContainer"]
|
||||
custom_minimum_size = Vector2(150, 0)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="Control/PanelContainer/HBoxContainer/VBoxContainer3/HBoxContainer"]
|
||||
custom_minimum_size = Vector2(95, 0)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Control2" type="Control" parent="Control/PanelContainer/HBoxContainer"]
|
||||
custom_minimum_size = Vector2(165, 0)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Control2" type="Control" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 2
|
||||
anchor_top = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_top = -200.0
|
||||
offset_right = 200.0
|
||||
grow_vertical = 0
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="Control2"]
|
||||
layout_mode = 0
|
||||
offset_left = 4.0
|
||||
offset_top = 71.0
|
||||
offset_right = 68.0
|
||||
offset_bottom = 135.0
|
||||
texture = ExtResource("1_k5de2")
|
||||
expand_mode = 1
|
||||
|
||||
[node name="TextureRect2" type="TextureRect" parent="Control2"]
|
||||
layout_mode = 0
|
||||
offset_left = 68.0
|
||||
offset_top = 40.0
|
||||
offset_right = 132.0
|
||||
offset_bottom = 104.0
|
||||
texture = ExtResource("1_k5de2")
|
||||
expand_mode = 1
|
||||
|
||||
[node name="TextureRect3" type="TextureRect" parent="Control2"]
|
||||
layout_mode = 0
|
||||
offset_left = 132.0
|
||||
offset_top = 71.0
|
||||
offset_right = 196.0
|
||||
offset_bottom = 135.0
|
||||
texture = ExtResource("1_k5de2")
|
||||
expand_mode = 1
|
||||
|
||||
[node name="TextureRect4" type="TextureRect" parent="Control2"]
|
||||
layout_mode = 0
|
||||
offset_left = 68.0
|
||||
offset_top = 103.0
|
||||
offset_right = 132.0
|
||||
offset_bottom = 167.0
|
||||
texture = ExtResource("1_k5de2")
|
||||
expand_mode = 1
|
||||
Reference in New Issue
Block a user