added skitter model and added rendered icons for every enemy
This commit is contained in:
20
Enemies/EyeDog/ene_eye_dog.tres
Normal file
20
Enemies/EyeDog/ene_eye_dog.tres
Normal file
@@ -0,0 +1,20 @@
|
||||
[gd_resource type="Resource" script_class="Enemy" format=3 uid="uid://8eba45hql7bo"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://cdnhe2mi5c5ln" path="res://Assets/Textures/dead_eye_dog.png" id="1_rbfn2"]
|
||||
[ext_resource type="Texture2D" uid="uid://chmxo0rj26cxh" path="res://Enemies/EyeDog/icon_eye_dog.png" id="2_nef0e"]
|
||||
[ext_resource type="PackedScene" uid="uid://bvq6tbkuv2mfp" path="res://Enemies/EyeDog/scn_eye_dog.tscn" id="3_fa8t4"]
|
||||
[ext_resource type="Script" uid="uid://cbwxa2a4hfcy4" path="res://Scripts/Resources/enemy.gd" id="4_gobb7"]
|
||||
|
||||
[resource]
|
||||
resource_local_to_scene = true
|
||||
script = ExtResource("4_gobb7")
|
||||
title = "ENEMY_DOG"
|
||||
description = "ENEMY_DESC_DOG"
|
||||
target_type = 1
|
||||
icon = ExtResource("2_nef0e")
|
||||
scene = ExtResource("3_fa8t4")
|
||||
death_sprite = ExtResource("1_rbfn2")
|
||||
spawn_power = 3
|
||||
health = 60
|
||||
movement_speed = 1.6
|
||||
spawn_cooldown = 1.2
|
||||
@@ -1,27 +0,0 @@
|
||||
[gd_resource type="Resource" script_class="Enemy" format=3 uid="uid://8eba45hql7bo"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cbwxa2a4hfcy4" path="res://Scripts/Resources/enemy.gd" id="1_ivs7a"]
|
||||
[ext_resource type="Texture2D" uid="uid://cdnhe2mi5c5ln" path="res://Assets/Textures/dead_eye_dog.png" id="1_r8gpy"]
|
||||
[ext_resource type="Texture2D" uid="uid://g00wwrlxxdc5" path="res://Assets/Textures/icon_eye_dog.png" id="2_tyyee"]
|
||||
[ext_resource type="PackedScene" uid="uid://bvq6tbkuv2mfp" path="res://Enemies/EyeDog/eye_dog.tscn" id="3_mxg1o"]
|
||||
[ext_resource type="Texture2D" uid="uid://dj13g1w14mekw" path="res://Assets/Textures/eye_dog.png" id="4_7ypa6"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_n6kdu"]
|
||||
resource_local_to_scene = true
|
||||
atlas = ExtResource("4_7ypa6")
|
||||
region = Rect2(0, 0, 32, 32)
|
||||
|
||||
[resource]
|
||||
resource_local_to_scene = true
|
||||
script = ExtResource("1_ivs7a")
|
||||
title = "ENEMY_DOG"
|
||||
description = "ENEMY_DESC_DOG"
|
||||
target_type = 1
|
||||
icon = ExtResource("2_tyyee")
|
||||
scene = ExtResource("3_mxg1o")
|
||||
death_sprite = ExtResource("1_r8gpy")
|
||||
sprite = SubResource("AtlasTexture_n6kdu")
|
||||
spawn_power = 3
|
||||
health = 60
|
||||
movement_speed = 1.6
|
||||
spawn_cooldown = 1.2
|
||||
BIN
Enemies/EyeDog/icon_eye_dog.png
Normal file
BIN
Enemies/EyeDog/icon_eye_dog.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
40
Enemies/EyeDog/icon_eye_dog.png.import
Normal file
40
Enemies/EyeDog/icon_eye_dog.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://chmxo0rj26cxh"
|
||||
path="res://.godot/imported/icon_eye_dog.png-791d061849bbbed621028cbde240ba88.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Enemies/EyeDog/icon_eye_dog.png"
|
||||
dest_files=["res://.godot/imported/icon_eye_dog.png-791d061849bbbed621028cbde240ba88.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
|
||||
@@ -1,7 +1,7 @@
|
||||
[gd_resource type="ShaderMaterial" format=3 uid="uid://bo82o88d7vo1x"]
|
||||
|
||||
[ext_resource type="Shader" uid="uid://dq04j2s5foo2f" path="res://Shaders/mightyduke_ps1.gdshader" id="1_1d6vt"]
|
||||
[ext_resource type="Texture2D" uid="uid://br44qpy5v6ymr" path="res://Enemies/EyeDog/eye_dog_tex.png" id="2_1d6vt"]
|
||||
[ext_resource type="Texture2D" uid="uid://br44qpy5v6ymr" path="res://Enemies/EyeDog/tex_eye_dog.png" id="2_1d6vt"]
|
||||
|
||||
[resource]
|
||||
render_priority = 0
|
||||
@@ -4,12 +4,12 @@ importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://dlhx6r23m5ceg"
|
||||
path="res://.godot/imported/eyedog.glb-066d1d46e7943baa72fec506b08447f4.scn"
|
||||
path="res://.godot/imported/mdl_eye_dog.glb-0f771e4c78c188462432b5e3ef7f2a08.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Enemies/EyeDog/eyedog.glb"
|
||||
dest_files=["res://.godot/imported/eyedog.glb-066d1d46e7943baa72fec506b08447f4.scn"]
|
||||
source_file="res://Enemies/EyeDog/mdl_eye_dog.glb"
|
||||
dest_files=["res://.godot/imported/mdl_eye_dog.glb-0f771e4c78c188462432b5e3ef7f2a08.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
[ext_resource type="Texture2D" uid="uid://b1fn60m6xfcsq" path="res://Assets/Textures/minimap_enemy.png" id="7_bkkhh"]
|
||||
[ext_resource type="PackedScene" uid="uid://hjq3nrnumklp" path="res://UI/EnemyHealthBar/health_bar.tscn" id="8_k2835"]
|
||||
[ext_resource type="Script" uid="uid://b62xnsbki8axa" path="res://Scripts/EnemyAI/pathing_controller.gd" id="9_t4oco"]
|
||||
[ext_resource type="PackedScene" uid="uid://dlhx6r23m5ceg" path="res://Enemies/EyeDog/eyedog.glb" id="10_h25mw"]
|
||||
[ext_resource type="PackedScene" uid="uid://dlhx6r23m5ceg" path="res://Enemies/EyeDog/mdl_eye_dog.glb" id="10_h25mw"]
|
||||
[ext_resource type="Script" uid="uid://cojjgevmbhwal" path="res://Scripts/status_effector.gd" id="11_kpdsm"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_246sn"]
|
||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@@ -3,15 +3,15 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://br44qpy5v6ymr"
|
||||
path="res://.godot/imported/eye_dog_tex.png-7d4de85274337ceeb649543e4825dc79.ctex"
|
||||
path="res://.godot/imported/tex_eye_dog.png-0cc7e2cef3a19b671bb3a4fd9aac852a.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Enemies/EyeDog/eye_dog_tex.png"
|
||||
dest_files=["res://.godot/imported/eye_dog_tex.png-7d4de85274337ceeb649543e4825dc79.ctex"]
|
||||
source_file="res://Enemies/EyeDog/tex_eye_dog.png"
|
||||
dest_files=["res://.godot/imported/tex_eye_dog.png-0cc7e2cef3a19b671bb3a4fd9aac852a.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
Reference in New Issue
Block a user