20 lines
631 B
Text
20 lines
631 B
Text
[gd_scene load_steps=4 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]
|
|
[ext_resource path="res://object/thumb/solararray.png" type="Texture" id=3]
|
|
|
|
[node name="SolarArrayThumb" instance=ExtResource( 1 )]
|
|
building = ExtResource( 2 )
|
|
|
|
[node name="TextureRect" parent="." index="0"]
|
|
texture = ExtResource( 3 )
|
|
|
|
[node name="NameLabel" parent="." index="1"]
|
|
text = "Solar Array"
|
|
|
|
[node name="CostLabel" parent="." index="2"]
|
|
text = "2 Metal"
|
|
|
|
[node name="ResLabel" parent="." index="3"]
|
|
text = "Power +4"
|