19 lines
512 B
Text
19 lines
512 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/HydroPonics.tscn" type="PackedScene" id=2]
|
|
|
|
[node name="HydroponicsThumb" instance=ExtResource( 1 )]
|
|
building = ExtResource( 2 )
|
|
|
|
[node name="NameLabel" parent="." index="1"]
|
|
text = "Hydroponics"
|
|
|
|
[node name="CostLabel" parent="." index="2"]
|
|
text = "?? Metal"
|
|
|
|
[node name="ResLabel" parent="." index="3"]
|
|
text = "Food +8
|
|
Minerals -4
|
|
Water -6
|
|
Power -4"
|