23 lines
663 B
Text
23 lines
663 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/HydroPonics.tscn" type="PackedScene" id=2]
|
|
[ext_resource path="res://object/thumb/hydroponics.png" type="Texture" id=3]
|
|
|
|
[node name="HydroponicsThumb" instance=ExtResource( 1 )]
|
|
building = ExtResource( 2 )
|
|
|
|
[node name="TextureRect" parent="." index="0"]
|
|
texture = ExtResource( 3 )
|
|
|
|
[node name="NameLabel" parent="." index="1"]
|
|
text = "Hydroponics"
|
|
|
|
[node name="CostLabel" parent="." index="2"]
|
|
text = "6 Metal"
|
|
|
|
[node name="ResLabel" parent="." index="3"]
|
|
text = "Food +4
|
|
Minerals -8
|
|
Water -4
|
|
Power -4"
|