complete refactor
This commit is contained in:
parent
65fe0e5c5d
commit
de2e8b1e50
71 changed files with 212 additions and 137 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[ext_resource type="PackedScene" uid="uid://bgqmwsb6ynm81" path="res://scenes/entities/Zombies/hobo.tscn" id="1_4myt6"]
|
||||
[ext_resource type="Texture2D" uid="uid://5gpf2sodhn6e" path="res://assets/sprites/zombies/previews.png" id="1_nt7w3"]
|
||||
[ext_resource type="Script" uid="uid://cqxj7o8hdm82n" path="res://scripts/resources/ZombieResource.cs" id="1_u5qpq"]
|
||||
[ext_resource type="Script" uid="uid://cqxj7o8hdm82n" path="res://scripts/resources/entities/ZombieResource.cs" id="1_u5qpq"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_73ahc"]
|
||||
atlas = ExtResource("1_nt7w3")
|
||||
|
|
@ -10,8 +10,8 @@ region = Rect2(43, 0, 49, 95)
|
|||
|
||||
[resource]
|
||||
script = ExtResource("1_u5qpq")
|
||||
name_key = "hobo"
|
||||
description_key = "hobo_desc"
|
||||
NameKey = "hobo"
|
||||
DescriptionKey = "hobo_desc"
|
||||
Cost = 7.0
|
||||
Scene = ExtResource("1_4myt6")
|
||||
ReloadTime = 1.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue