22 lines
897 B
Text
22 lines
897 B
Text
[gd_resource type="Resource" script_class="ZombieResource" load_steps=5 format=3 uid="uid://dkhjlu7u0vny6"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://xu4i6tmkv00a" path="res://scenes/entities/Zombies/bucket_zombie.tscn" id="1_lhcag"]
|
|
[ext_resource type="Script" uid="uid://cqxj7o8hdm82n" path="res://scripts/resources/ZombieResource.cs" id="1_sngfh"]
|
|
[ext_resource type="Texture2D" uid="uid://5gpf2sodhn6e" path="res://assets/sprites/zombies/previews.png" id="1_ufs7s"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_drksh"]
|
|
atlas = ExtResource("1_ufs7s")
|
|
region = Rect2(137, 0, 47, 101)
|
|
|
|
[resource]
|
|
script = ExtResource("1_sngfh")
|
|
name_key = "buckethead"
|
|
description_key = "buckethead_desc"
|
|
Cost = 5.0
|
|
Scene = ExtResource("1_lhcag")
|
|
ReloadTime = 1.0
|
|
ReloadProgress = 0.0
|
|
Preview = SubResource("AtlasTexture_drksh")
|
|
Layer = 1
|
|
Order = 2
|
|
metadata/_custom_type_script = "uid://cqxj7o8hdm82n"
|