previews
This commit is contained in:
parent
0a7950e17a
commit
50bbdd9363
18 changed files with 142 additions and 88 deletions
|
|
@ -1,9 +1,13 @@
|
|||
[gd_resource type="Resource" script_class="ZombieResource" load_steps=4 format=3 uid="uid://c38vfdw5b60xw"]
|
||||
[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://dunlsp8tx7a4w" path="res://assets/sprites/zombies/Зондби.png" id="1_nt7w3"]
|
||||
[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"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_73ahc"]
|
||||
atlas = ExtResource("1_nt7w3")
|
||||
region = Rect2(43, 0, 49, 95)
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_u5qpq")
|
||||
name_key = "hobo"
|
||||
|
|
@ -12,6 +16,6 @@ Cost = 7.0
|
|||
Scene = ExtResource("1_4myt6")
|
||||
ReloadTime = 1.0
|
||||
ReloadProgress = 0.0
|
||||
Preview = ExtResource("1_nt7w3")
|
||||
Preview = SubResource("AtlasTexture_73ahc")
|
||||
Layer = 1
|
||||
metadata/_custom_type_script = "uid://cqxj7o8hdm82n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue