22 lines
882 B
Text
22 lines
882 B
Text
[gd_resource type="Resource" script_class="ZombieResource" load_steps=5 format=3 uid="uid://c38vfdw5b60xw"]
|
|
|
|
[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/entities/ZombieResource.cs" id="1_u5qpq"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_73ahc"]
|
|
atlas = ExtResource("1_nt7w3")
|
|
region = Rect2(43, 0, 49, 95)
|
|
|
|
[resource]
|
|
script = ExtResource("1_u5qpq")
|
|
NameKey = "hobo"
|
|
DescriptionKey = "hobo_desc"
|
|
Cost = 7.0
|
|
Scene = ExtResource("1_4myt6")
|
|
ReloadTime = 1.0
|
|
ReloadProgress = 0.0
|
|
Preview = SubResource("AtlasTexture_73ahc")
|
|
Layer = 1
|
|
Order = 5
|
|
metadata/_custom_type_script = "uid://cqxj7o8hdm82n"
|