added skitter model and added rendered icons for every enemy
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
[gd_resource type="Resource" script_class="Enemy" 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" uid="uid://cbwxa2a4hfcy4" path="res://Scripts/Resources/enemy.gd" id="1_q48il"]
|
||||
[ext_resource type="Texture2D" uid="uid://e7lahg40lq8a" path="res://Assets/Textures/dead_eye_dog_heavy.png" id="1_qveaa"]
|
||||
[ext_resource type="Texture2D" uid="uid://c0543ucoalwmi" path="res://Assets/TextureAtlases/dog_fast_heavy.tres" id="2_7nc4x"]
|
||||
[ext_resource type="PackedScene" uid="uid://dl3rwqwbgrq2m" path="res://Enemies/ElderEyeDog/scn_elder_eye_dog.tscn" id="3_m808b"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_q48il")
|
||||
title = "ENEMY_HEAVY_WALKER"
|
||||
description = "ENEMY_DESC_HEAVY_WALKER"
|
||||
target_type = 1
|
||||
icon = ExtResource("1_lck53")
|
||||
scene = ExtResource("3_m808b")
|
||||
death_sprite = ExtResource("1_qveaa")
|
||||
sprite = ExtResource("2_7nc4x")
|
||||
spawn_power = 8
|
||||
group_size = 4
|
||||
health = 150
|
||||
penalty = 15
|
||||
movement_speed = 1.4
|
||||
spawn_cooldown = 2.0
|
||||
21
Enemies/ElderEyeDog/ene_elder_eye_dog.tres
Normal file
21
Enemies/ElderEyeDog/ene_elder_eye_dog.tres
Normal file
@@ -0,0 +1,21 @@
|
||||
[gd_resource type="Resource" script_class="Enemy" format=3 uid="uid://dxi17xvdlhkvc"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://e7lahg40lq8a" path="res://Assets/Textures/dead_eye_dog_heavy.png" id="1_fqks5"]
|
||||
[ext_resource type="Texture2D" uid="uid://h5svpdvo6tcd" path="res://Enemies/ElderEyeDog/icon_elder_eye_dog.png" id="2_7h6ly"]
|
||||
[ext_resource type="PackedScene" uid="uid://dl3rwqwbgrq2m" path="res://Enemies/ElderEyeDog/scn_elder_eye_dog.tscn" id="3_01b8q"]
|
||||
[ext_resource type="Script" uid="uid://cbwxa2a4hfcy4" path="res://Scripts/Resources/enemy.gd" id="4_egbcr"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("4_egbcr")
|
||||
title = "ENEMY_HEAVY_WALKER"
|
||||
description = "ENEMY_DESC_HEAVY_WALKER"
|
||||
target_type = 1
|
||||
icon = ExtResource("2_7h6ly")
|
||||
scene = ExtResource("3_01b8q")
|
||||
death_sprite = ExtResource("1_fqks5")
|
||||
spawn_power = 8
|
||||
group_size = 4
|
||||
health = 150
|
||||
penalty = 15
|
||||
movement_speed = 1.4
|
||||
spawn_cooldown = 2.0
|
||||
BIN
Enemies/ElderEyeDog/icon_elder_eye_dog.png
Normal file
BIN
Enemies/ElderEyeDog/icon_elder_eye_dog.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
40
Enemies/ElderEyeDog/icon_elder_eye_dog.png.import
Normal file
40
Enemies/ElderEyeDog/icon_elder_eye_dog.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://h5svpdvo6tcd"
|
||||
path="res://.godot/imported/icon_elder_eye_dog.png-d36b691ba4537e426e29a310609ed540.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Enemies/ElderEyeDog/icon_elder_eye_dog.png"
|
||||
dest_files=["res://.godot/imported/icon_elder_eye_dog.png-d36b691ba4537e426e29a310609ed540.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
Reference in New Issue
Block a user