Files
Corupture/data/buildings/corruptor.tres
Eric f87b1cfa9a Changed resource spawning
added interact functionality
temp added zoom with scroll wheel
2024-02-27 10:22:28 -06:00

16 lines
689 B
Plaintext

[gd_resource type="Resource" script_class="Building" load_steps=4 format=3 uid="uid://bgwoy0uh2cpvu"]
[ext_resource type="Resource" uid="uid://bpjj0x7jr1k6u" path="res://data/game_resources/carbon/carbon_resource.tres" id="1_5s38g"]
[ext_resource type="Script" path="res://scripts/building.gd" id="1_ssts7"]
[ext_resource type="Resource" uid="uid://dr00rd4f42jqe" path="res://data/game_resources/gem/gem_resource.tres" id="2_u1tpw"]
[resource]
script = ExtResource("1_ssts7")
atlas_texture_region = Vector2i(14, 7)
name = "Corruptor"
description = "A building which only functions to spread corruption, and does it well"
cost = {
ExtResource("1_5s38g"): 40,
ExtResource("2_u1tpw"): 20
}