generated from krampus/template-godot4
33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
|
|
[gd_scene format=3 uid="uid://87u3upovcueb"]
|
||
|
|
|
||
|
|
[ext_resource type="PackedScene" uid="uid://cpmlj6muvdwix" path="res://prefabs/ui/building_selector.tscn" id="1_4y2me"]
|
||
|
|
[ext_resource type="Script" uid="uid://b55t6tsxfbslo" path="res://prefabs/ui/draft_building.gd" id="1_k5a3v"]
|
||
|
|
|
||
|
|
[sub_resource type="LabelSettings" id="LabelSettings_k5a3v"]
|
||
|
|
font_size = 24
|
||
|
|
|
||
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_k5a3v"]
|
||
|
|
resource_local_to_scene = true
|
||
|
|
bg_color = Color(0, 0, 0, 0)
|
||
|
|
border_color = Color(1, 1, 1, 1)
|
||
|
|
|
||
|
|
[node name="DraftBuilding" type="VBoxContainer" unique_id=873203889]
|
||
|
|
anchors_preset = 15
|
||
|
|
anchor_right = 1.0
|
||
|
|
anchor_bottom = 1.0
|
||
|
|
grow_horizontal = 2
|
||
|
|
grow_vertical = 2
|
||
|
|
script = ExtResource("1_k5a3v")
|
||
|
|
|
||
|
|
[node name="Cost" type="Label" parent="." unique_id=935142686]
|
||
|
|
unique_name_in_owner = true
|
||
|
|
layout_mode = 2
|
||
|
|
text = "$0"
|
||
|
|
label_settings = SubResource("LabelSettings_k5a3v")
|
||
|
|
horizontal_alignment = 1
|
||
|
|
|
||
|
|
[node name="BuildingSelector" parent="." unique_id=133308872 instance=ExtResource("1_4y2me")]
|
||
|
|
unique_name_in_owner = true
|
||
|
|
layout_mode = 2
|
||
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_k5a3v")
|