16 lines
481 B
Text
16 lines
481 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://game/construction/BuildingThumbnail.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://object/SolarArray.tscn" type="PackedScene" id=2]
|
|
|
|
[node name="SolarArrayThumb" instance=ExtResource( 1 )]
|
|
building = ExtResource( 2 )
|
|
|
|
[node name="NameLabel" parent="." index="1"]
|
|
text = "Solar Array"
|
|
|
|
[node name="CostLabel" parent="." index="2"]
|
|
text = "?? Metal"
|
|
|
|
[node name="ResLabel" parent="." index="3"]
|
|
text = "Power +5"
|