18 lines
657 B
Plaintext
18 lines
657 B
Plaintext
[gd_resource type="Resource" script_class="Enemy" load_steps=4 format=3 uid="uid://dxi17xvdlhkvc"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://08n5jvq5tptf" path="res://Assets/Textures/icon_eye_dog_heavy.png" id="1_lck53"]
|
|
[ext_resource type="Script" path="res://Scripts/Resources/enemy.gd" id="1_q48il"]
|
|
[ext_resource type="Texture2D" uid="uid://c0543ucoalwmi" path="res://Assets/TextureAtlases/dog_fast_heavy.tres" id="2_7nc4x"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_q48il")
|
|
title = "heavy dog"
|
|
target_type = 1
|
|
icon = ExtResource("1_lck53")
|
|
sprite = ExtResource("2_7nc4x")
|
|
spawn_power = 14
|
|
health = 350
|
|
penalty = 15
|
|
movement_speed = 0.8
|
|
spawn_cooldown = 2.0
|