76 lines
1.6 KiB
Text
76 lines
1.6 KiB
Text
[gd_scene load_steps=5 format=2]
|
|
|
|
[ext_resource path="res://font/main/tiny_reg.tres" type="DynamicFont" id=1]
|
|
[ext_resource path="res://game/construction/BuildingThumbnail.gd" type="Script" id=2]
|
|
[ext_resource path="res://icon.png" type="Texture" id=3]
|
|
[ext_resource path="res://game/ui-theme/ui_theme.tres" type="Theme" id=4]
|
|
|
|
[node name="BuildingThumbnail" type="Button"]
|
|
margin_right = 64.0
|
|
margin_bottom = 112.0
|
|
rect_min_size = Vector2( 64, 112 )
|
|
theme = ExtResource( 4 )
|
|
script = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
margin_left = 4.0
|
|
margin_top = 4.0
|
|
margin_right = 60.0
|
|
margin_bottom = 60.0
|
|
mouse_filter = 2
|
|
texture = ExtResource( 3 )
|
|
expand = true
|
|
stretch_mode = 6
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="NameLabel" type="Label" parent="."]
|
|
margin_left = 2.0
|
|
margin_right = 62.0
|
|
margin_bottom = 56.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
custom_fonts/font = ExtResource( 1 )
|
|
text = "Asd"
|
|
align = 1
|
|
valign = 2
|
|
autowrap = true
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="CostLabel" type="Label" parent="."]
|
|
margin_left = 2.0
|
|
margin_top = 61.0
|
|
margin_right = 62.0
|
|
margin_bottom = 74.0
|
|
grow_horizontal = 2
|
|
custom_fonts/font = ExtResource( 1 )
|
|
custom_colors/font_color = Color( 0.235294, 0.733333, 1, 1 )
|
|
text = "12 Metal"
|
|
align = 1
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="ResLabel" type="Label" parent="."]
|
|
margin_left = 2.0
|
|
margin_top = 74.0
|
|
margin_right = 62.0
|
|
margin_bottom = 108.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
custom_fonts/font = ExtResource( 1 )
|
|
text = "Pwr +4
|
|
asd
|
|
asd
|
|
asd"
|
|
align = 1
|
|
valign = 2
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|