Files
puzzle-quest/developers/aurelien/ui/ui_tile.tscn
T

102 lines
2.8 KiB
Plaintext
Raw Normal View History

2021-06-04 17:54:23 +02:00
[gd_scene load_steps=5 format=2]
[ext_resource path="res://assets/ui/themes/tab_select/UI-level-btn-leather.png" type="Texture2D" id=1]
[ext_resource path="res://assets/ui/themes/tab_select/UI-Button-Count.png" type="Texture2D" id=2]
[ext_resource path="res://assets/ui/themes/tab_select/UI-level-btn-shadow.png" type="Texture2D" id=3]
[ext_resource path="res://assets/ui/themes/tab_select/UI-Button-Reset.png" type="Texture2D" id=4]
2021-06-04 17:54:23 +02:00
[node name="Control" type="Control"]
anchor_left = 0.5
anchor_right = 0.5
offset_left = -639.646
offset_top = 0.707092
offset_right = 640.354
offset_bottom = 720.707
2021-06-04 17:54:23 +02:00
size_flags_horizontal = 0
size_flags_vertical = 0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="BckShadow" type="TextureRect" parent="."]
anchor_left = 0.5
anchor_right = 0.5
offset_left = -227.0
offset_right = 228.0
offset_bottom = 720.0
2021-06-04 17:54:23 +02:00
texture = ExtResource( 3 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="MarginContainer" type="MarginContainer" parent="."]
anchor_left = 0.5
anchor_right = 0.5
offset_left = -228.5
offset_right = 228.5
offset_bottom = 436.0
theme_override_constants/margin_right = 20
theme_override_constants/margin_top = 20
theme_override_constants/margin_left = 20
theme_override_constants/margin_bottom = 0
2021-06-04 17:54:23 +02:00
__meta__ = {
"_edit_use_anchors_": false
}
[node name="AlignColumn" type="VBoxContainer" parent="MarginContainer"]
offset_left = 20.0
offset_top = 20.0
offset_right = 437.0
offset_bottom = 549.0
theme_override_constants/separation = 0
2021-06-04 17:54:23 +02:00
__meta__ = {
"_edit_use_anchors_": false
}
[node name="TextureRect" type="TextureRect" parent="MarginContainer/AlignColumn"]
offset_right = 417.0
offset_bottom = 416.0
2021-06-04 17:54:23 +02:00
texture = ExtResource( 1 )
[node name="VBoxContainer" type="HBoxContainer" parent="MarginContainer/AlignColumn"]
offset_top = 416.0
offset_right = 417.0
offset_bottom = 529.0
theme_override_constants/separation = 0
2021-06-04 17:54:23 +02:00
alignment = 1
[node name="TextureRect2" type="TextureRect" parent="MarginContainer/AlignColumn/VBoxContainer"]
offset_left = 7.0
offset_right = 185.0
offset_bottom = 113.0
2021-06-04 17:54:23 +02:00
size_flags_horizontal = 0
texture = ExtResource( 4 )
[node name="TextureRect3" type="TextureRect" parent="MarginContainer/AlignColumn/VBoxContainer"]
offset_left = 185.0
offset_right = 410.0
offset_bottom = 113.0
pivot_offset = Vector2( -231.224, -72.2715 )
2021-06-04 17:54:23 +02:00
size_flags_horizontal = 0
texture = ExtResource( 2 )
[node name="MarginContainer" type="MarginContainer" parent="MarginContainer/AlignColumn/VBoxContainer/TextureRect3"]
anchor_right = 1.0
anchor_bottom = 1.0
theme_override_constants/margin_bottom = 10
2021-06-04 17:54:23 +02:00
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="MarginContainer/AlignColumn/VBoxContainer/TextureRect3/MarginContainer"]
offset_right = 225.0
offset_bottom = 103.0
2021-06-04 17:54:23 +02:00
size_flags_horizontal = 3
size_flags_vertical = 7
text = "X / 10"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}