19 lines
763 B
Plaintext
19 lines
763 B
Plaintext
[gd_resource type="Resource" script_class="Building" load_steps=5 format=3 uid="uid://bibep1rd0jml2"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://n806c03hgaq1" path="res://assets/scifi_tilesheet@2.png" id="1_kruad"]
|
|
[ext_resource type="Resource" uid="uid://bpjj0x7jr1k6u" path="res://data/game_resources/carbon/carbon_resource.tres" id="2_hybxl"]
|
|
[ext_resource type="Script" path="res://data/buildings/building.gd" id="3_pleu3"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_n7l2d"]
|
|
atlas = ExtResource("1_kruad")
|
|
region = Rect2(1024, 128, 64, 64)
|
|
|
|
[resource]
|
|
script = ExtResource("3_pleu3")
|
|
atlas_texture = SubResource("AtlasTexture_n7l2d")
|
|
name = "Researcher"
|
|
description = "Research new buildings and technologies"
|
|
cost = {
|
|
ExtResource("2_hybxl"): 6000
|
|
}
|