add enemy

This commit is contained in:
A_Train63 2025-06-13 16:01:35 -07:00
parent b5c36a4cd5
commit afb0bda72c
12 changed files with 359 additions and 0 deletions

View File

@ -0,0 +1,51 @@
[gd_scene load_steps=10 format=3 uid="uid://cqw67wksjax1v"]
[ext_resource type="Texture2D" uid="uid://bh055nxa5olat" path="res://Enemies/Energy/Sentience(TBD)/enemytest1.png" id="1_tkxhf"]
[ext_resource type="Texture2D" uid="uid://dpff22goihp22" path="res://Enemies/Energy/Sentience(TBD)/enemytest2.png" id="2_eysqf"]
[ext_resource type="Texture2D" uid="uid://dbx6fmaw7ac7s" path="res://Enemies/Energy/Sentience(TBD)/enemytest3.png" id="3_wjipk"]
[ext_resource type="Texture2D" uid="uid://b738ycck7et1o" path="res://Enemies/Energy/Sentience(TBD)/enemytest4.png" id="4_h7ang"]
[ext_resource type="Texture2D" uid="uid://cddlcfw5bbfb3" path="res://Enemies/Energy/Sentience(TBD)/enemytest5.png" id="5_arsc5"]
[ext_resource type="Texture2D" uid="uid://df2ef4tib0veu" path="res://Enemies/Energy/Sentience(TBD)/enemytest6.png" id="6_ry0yb"]
[ext_resource type="Texture2D" uid="uid://jgfpdg38irkm" path="res://Enemies/Energy/Sentience(TBD)/enemytest7.png" id="7_11wuo"]
[sub_resource type="SpriteFrames" id="SpriteFrames_hj0l3"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("1_tkxhf")
}, {
"duration": 1.0,
"texture": ExtResource("2_eysqf")
}, {
"duration": 1.0,
"texture": ExtResource("3_wjipk")
}, {
"duration": 1.0,
"texture": ExtResource("4_h7ang")
}, {
"duration": 1.0,
"texture": ExtResource("5_arsc5")
}, {
"duration": 1.0,
"texture": ExtResource("6_ry0yb")
}, {
"duration": 1.0,
"texture": ExtResource("7_11wuo")
}],
"loop": true,
"name": &"Idle",
"speed": 5.0
}]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ql555"]
size = Vector2(32, 32)
[node name="CharacterBody2D" type="CharacterBody2D"]
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
sprite_frames = SubResource("SpriteFrames_hj0l3")
animation = &"Idle"
frame_progress = 0.274488
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_ql555")

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bh055nxa5olat"
path="res://.godot/imported/enemytest1.png-b8a1ec66e57bc78e70e0fddecbd6eb18.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Enemies/Energy/Sentience(TBD)/enemytest1.png"
dest_files=["res://.godot/imported/enemytest1.png-b8a1ec66e57bc78e70e0fddecbd6eb18.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dpff22goihp22"
path="res://.godot/imported/enemytest2.png-e4cf7c9b0d2833e5fbfd69f0d6a6e74d.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Enemies/Energy/Sentience(TBD)/enemytest2.png"
dest_files=["res://.godot/imported/enemytest2.png-e4cf7c9b0d2833e5fbfd69f0d6a6e74d.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dbx6fmaw7ac7s"
path="res://.godot/imported/enemytest3.png-f9ee62ba36bdbf72ba363260e8d1304b.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Enemies/Energy/Sentience(TBD)/enemytest3.png"
dest_files=["res://.godot/imported/enemytest3.png-f9ee62ba36bdbf72ba363260e8d1304b.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b738ycck7et1o"
path="res://.godot/imported/enemytest4.png-7430fd0ed7b477bf6ee452907fc7e52b.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Enemies/Energy/Sentience(TBD)/enemytest4.png"
dest_files=["res://.godot/imported/enemytest4.png-7430fd0ed7b477bf6ee452907fc7e52b.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cddlcfw5bbfb3"
path="res://.godot/imported/enemytest5.png-7ae463c4dbacd713df4360859c160aee.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Enemies/Energy/Sentience(TBD)/enemytest5.png"
dest_files=["res://.godot/imported/enemytest5.png-7ae463c4dbacd713df4360859c160aee.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://df2ef4tib0veu"
path="res://.godot/imported/enemytest6.png-ca7964ea8bca164cd33f8bedc7f93a5d.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Enemies/Energy/Sentience(TBD)/enemytest6.png"
dest_files=["res://.godot/imported/enemytest6.png-ca7964ea8bca164cd33f8bedc7f93a5d.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://jgfpdg38irkm"
path="res://.godot/imported/enemytest7.png-7d61941a824bba7adf2cb92bae8a062e.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Enemies/Energy/Sentience(TBD)/enemytest7.png"
dest_files=["res://.godot/imported/enemytest7.png-7d61941a824bba7adf2cb92bae8a062e.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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

View File

@ -7,5 +7,7 @@ offset_right = 40.0
offset_bottom = 40.0 offset_bottom = 40.0
[node name="SubViewport" type="SubViewport" parent="SubViewportContainer"] [node name="SubViewport" type="SubViewport" parent="SubViewportContainer"]
handle_input_locally = false
render_target_update_mode = 4
[node name="Camera3D" type="Camera3D" parent="SubViewportContainer/SubViewport"] [node name="Camera3D" type="Camera3D" parent="SubViewportContainer/SubViewport"]

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cado3rnhsgi00"
path="res://.godot/imported/deep_wall.png-9ce29f214541eb6749ef69dff736e780.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://terrain/deep_wall.png"
dest_files=["res://.godot/imported/deep_wall.png-9ce29f214541eb6749ef69dff736e780.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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

BIN
terrain/wall_corner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 633 B

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cfdkw6hxk3iwc"
path="res://.godot/imported/wall_corner.png-f707add342f34f0b98ee3caffe4cb2ed.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://terrain/wall_corner.png"
dest_files=["res://.godot/imported/wall_corner.png-f707add342f34f0b98ee3caffe4cb2ed.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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