Added player character and initial interaction functionality

This commit is contained in:
2024-02-24 08:36:43 -06:00
parent 78c4291b6a
commit 5467e044a7
12 changed files with 557 additions and 46 deletions

View File

@@ -1,10 +1,15 @@
[gd_resource type="Resource" script_class="Building" load_steps=2 format=3 uid="uid://bgwoy0uh2cpvu"]
[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_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_resource.tres" id="2_u1tpw"]
[resource]
script = ExtResource("1_ssts7")
atlas_texture_region = Vector2i(0, 0)
name = ""
description = ""
cost = {}
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
}