updated to godot 4.6
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_resource type="Resource" script_class="Enemy" load_steps=6 format=3 uid="uid://cvehqh4tt28g7"]
|
||||
[gd_resource type="Resource" script_class="Enemy" format=3 uid="uid://cvehqh4tt28g7"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cbwxa2a4hfcy4" path="res://Scripts/Resources/enemy.gd" id="1_k5sd1"]
|
||||
[ext_resource type="Texture2D" uid="uid://cv5p03aw78vwd" path="res://Assets/Textures/icon_eye_dog_fast.png" id="1_xgen5"]
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
[gd_scene load_steps=12 format=3 uid="uid://dtahuv0kpxx03"]
|
||||
[gd_scene format=3 uid="uid://dtahuv0kpxx03"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://ejqql2660u6h" path="res://Worlds/GreenPlanet/Enemies/enemy_controller.gd" id="1_8k5ts"]
|
||||
[ext_resource type="Resource" uid="uid://cvehqh4tt28g7" path="res://Enemies/BabyEyeDog/baby_eye_dog.tres" id="2_8v4n0"]
|
||||
[ext_resource type="PackedScene" uid="uid://canrxnpxcugc2" path="res://Scenes/corpse.tscn" id="2_vl30x"]
|
||||
[ext_resource type="Script" uid="uid://cummt2be3r1gq" path="res://Scripts/hitbox.gd" id="5_f7xim"]
|
||||
[ext_resource type="Texture2D" uid="uid://b1fn60m6xfcsq" path="res://Assets/Textures/minimap_enemy.png" id="6_lbm5h"]
|
||||
@@ -18,30 +19,31 @@ radius = 0.150315
|
||||
[sub_resource type="ViewportTexture" id="ViewportTexture_1kwxq"]
|
||||
viewport_path = NodePath("SubViewport")
|
||||
|
||||
[node name="BabyEyeDog" type="CharacterBody3D" node_paths=PackedStringArray("status_manager", "movement_controller", "d_n") groups=["Enemies"]]
|
||||
[node name="BabyEyeDog" type="CharacterBody3D" unique_id=1710427344 node_paths=PackedStringArray("status_manager", "movement_controller", "d_n") groups=["Enemies"]]
|
||||
collision_layer = 4
|
||||
collision_mask = 0
|
||||
script = ExtResource("1_8k5ts")
|
||||
stats = ExtResource("2_8v4n0")
|
||||
status_manager = NodePath("StatusEffector")
|
||||
movement_controller = NodePath("PathingController")
|
||||
d_n = NodePath("Node3D")
|
||||
corpse_scene = ExtResource("2_vl30x")
|
||||
metadata/_custom_type_script = "uid://ejqql2660u6h"
|
||||
|
||||
[node name="Hitbox" type="CollisionShape3D" parent="."]
|
||||
[node name="Hitbox" type="CollisionShape3D" parent="." unique_id=351984421]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.195078, -0.0104714)
|
||||
shape = SubResource("SphereShape3D_cavbv")
|
||||
script = ExtResource("5_f7xim")
|
||||
metadata/_custom_type_script = "uid://cummt2be3r1gq"
|
||||
|
||||
[node name="Hitbox2" type="CollisionShape3D" parent="."]
|
||||
[node name="Hitbox2" type="CollisionShape3D" parent="." unique_id=2083525576]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.368244, -0.278334)
|
||||
shape = SubResource("SphereShape3D_h25mw")
|
||||
script = ExtResource("5_f7xim")
|
||||
critical_zone = true
|
||||
metadata/_custom_type_script = "uid://cummt2be3r1gq"
|
||||
|
||||
[node name="HealthBar" type="Sprite3D" parent="."]
|
||||
[node name="HealthBar" type="Sprite3D" parent="." unique_id=395203513]
|
||||
transform = Transform3D(0.2, 0, 0, 0, 0.2, 0, 0, 0, 0.2, 0, 1.20821, 0)
|
||||
sorting_offset = 1.0
|
||||
pixel_size = 0.02
|
||||
@@ -49,72 +51,71 @@ billboard = 1
|
||||
texture_filter = 0
|
||||
texture = SubResource("ViewportTexture_1kwxq")
|
||||
|
||||
[node name="MinimapIcon" type="Sprite3D" parent="."]
|
||||
[node name="MinimapIcon" type="Sprite3D" parent="." unique_id=1801259501]
|
||||
transform = Transform3D(2, 0, 0, 0, -8.74228e-08, 2, 0, -2, -8.74228e-08, 0, 1.40824, 0)
|
||||
layers = 4
|
||||
texture_filter = 0
|
||||
texture = ExtResource("6_lbm5h")
|
||||
|
||||
[node name="SubViewport" type="SubViewport" parent="."]
|
||||
[node name="SubViewport" type="SubViewport" parent="." unique_id=1822622469]
|
||||
transparent_bg = true
|
||||
size = Vector2i(200, 55)
|
||||
render_target_update_mode = 4
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="SubViewport"]
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="SubViewport" unique_id=656248491]
|
||||
anchors_preset = 10
|
||||
anchor_right = 1.0
|
||||
offset_bottom = 32.0
|
||||
grow_horizontal = 2
|
||||
alignment = 1
|
||||
|
||||
[node name="HealthBar" parent="SubViewport" instance=ExtResource("7_o1784")]
|
||||
[node name="HealthBar" parent="SubViewport" unique_id=1254019741 instance=ExtResource("7_o1784")]
|
||||
visible = false
|
||||
offset_top = 36.0
|
||||
offset_bottom = 236.0
|
||||
|
||||
[node name="PathingController" type="Node" parent="." node_paths=PackedStringArray("character")]
|
||||
[node name="PathingController" type="Node" parent="." unique_id=1152836344 node_paths=PackedStringArray("character")]
|
||||
script = ExtResource("8_1fak8")
|
||||
character = NodePath("..")
|
||||
|
||||
[node name="StatusEffector" type="Node" parent="." node_paths=PackedStringArray("sprite_container")]
|
||||
[node name="StatusEffector" type="Node" parent="." unique_id=543205992 node_paths=PackedStringArray("sprite_container")]
|
||||
script = ExtResource("9_yrbee")
|
||||
sprite_container = NodePath("../SubViewport/HBoxContainer")
|
||||
metadata/_custom_type_script = "uid://cojjgevmbhwal"
|
||||
|
||||
[node name="Node3D" type="Node3D" parent="."]
|
||||
[node name="Node3D" type="Node3D" parent="." unique_id=2075469733]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.39813, 0)
|
||||
|
||||
[node name="baby_eyedog" parent="." instance=ExtResource("10_8k5ts")]
|
||||
[node name="baby_eyedog" parent="." unique_id=284376992 instance=ExtResource("10_8k5ts")]
|
||||
transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, 0)
|
||||
|
||||
[node name="Skeleton3D" parent="baby_eyedog/Armature" index="0"]
|
||||
bones/1/rotation = Quaternion(-0.468485, 0.0340623, 0.0227304, 0.882522)
|
||||
bones/3/rotation = Quaternion(0.205937, 0.0447436, 0.771376, 0.600473)
|
||||
bones/4/rotation = Quaternion(0.167593, 0.670881, 0.232675, 0.683881)
|
||||
bones/5/rotation = Quaternion(0.217808, 0.0665955, 0.266024, 0.936673)
|
||||
bones/6/rotation = Quaternion(0.360843, 0.0230075, 0.073477, 0.929443)
|
||||
bones/7/rotation = Quaternion(0.211303, -0.233647, -0.637125, 0.703443)
|
||||
bones/8/rotation = Quaternion(0.224122, -0.711587, -0.156808, 0.647166)
|
||||
bones/9/rotation = Quaternion(0.174333, -0.0933503, -0.20701, 0.958144)
|
||||
bones/10/rotation = Quaternion(0.284589, -0.0334567, -0.0330428, 0.957496)
|
||||
bones/11/position = Vector3(-0.100312, 0.0420758, 0.0808084)
|
||||
bones/13/rotation = Quaternion(-0.360764, -0.237006, 0.795331, 0.425589)
|
||||
bones/14/rotation = Quaternion(-0.196576, -0.553293, -0.0681959, 0.806581)
|
||||
bones/15/rotation = Quaternion(0.304636, 0.00165328, 0.265013, 0.914856)
|
||||
bones/16/rotation = Quaternion(0.30728, 0.0270259, 0.0530331, 0.949756)
|
||||
bones/17/rotation = Quaternion(-0.196513, 0.334849, -0.676991, 0.625253)
|
||||
bones/18/rotation = Quaternion(-0.308738, 0.575292, 0.22907, 0.721974)
|
||||
bones/19/rotation = Quaternion(0.374191, 0.0339708, -0.346235, 0.859621)
|
||||
bones/20/rotation = Quaternion(0.393702, -0.0142134, -0.103737, 0.913255)
|
||||
bones/21/rotation = Quaternion(0.430517, -1.05207e-07, -5.57264e-08, 0.902582)
|
||||
bones/22/position = Vector3(-0.247591, 0.0214787, 0.221024)
|
||||
bones/22/scale = Vector3(0.893472, 1, 1)
|
||||
bones/23/position = Vector3(0.146719, 0.0404748, 0.468044)
|
||||
bones/23/scale = Vector3(0.893472, 1, 1)
|
||||
bones/24/position = Vector3(0.184922, 0.0228077, -0.271657)
|
||||
[node name="Skeleton3D" parent="baby_eyedog/Armature" parent_id_path=PackedInt32Array(284376992, 1039790689) index="0" unique_id=65566848]
|
||||
bones/1/rotation = Quaternion(-0.43930408, -1.0709029e-07, 5.2369124e-08, 0.89833844)
|
||||
bones/3/rotation = Quaternion(0.23378512, 0.32485124, 0.5427555, 0.7383988)
|
||||
bones/4/rotation = Quaternion(0.2025959, 0.7308365, 0.13344719, 0.637985)
|
||||
bones/5/rotation = Quaternion(0.08071687, 0.11379393, 0.103388034, 0.98480797)
|
||||
bones/6/rotation = Quaternion(0.18970048, 0.045550477, -0.014727625, 0.9806743)
|
||||
bones/7/rotation = Quaternion(0.21259236, -0.040924743, -0.77614677, 0.5922212)
|
||||
bones/8/rotation = Quaternion(0.14559563, -0.673764, -0.22377312, 0.68903524)
|
||||
bones/9/rotation = Quaternion(0.21457952, -0.06795216, -0.27383056, 0.9350695)
|
||||
bones/10/rotation = Quaternion(0.36169595, -0.022981033, -0.07378154, 0.9290878)
|
||||
bones/11/position = Vector3(-0.18218139, 0.024974564, -0.29701275)
|
||||
bones/13/rotation = Quaternion(-0.19031386, -0.3437138, 0.6673053, 0.6327283)
|
||||
bones/14/rotation = Quaternion(-0.31594613, -0.57630664, -0.23705915, 0.71543807)
|
||||
bones/15/rotation = Quaternion(0.36767012, -0.03635548, 0.34470242, 0.8629468)
|
||||
bones/16/rotation = Quaternion(0.39200988, 0.014128355, 0.1034986, 0.91401124)
|
||||
bones/17/rotation = Quaternion(-0.41564333, 0.23491889, -0.8066817, 0.34830806)
|
||||
bones/18/rotation = Quaternion(-0.15507148, 0.54643595, 0.03793797, 0.8221443)
|
||||
bones/19/rotation = Quaternion(0.16323948, -0.017942403, -0.15406615, 0.97431755)
|
||||
bones/20/rotation = Quaternion(0.20094736, -0.03854681, -0.0018878406, 0.9788416)
|
||||
bones/22/position = Vector3(-0.1285572, 0.015959304, 0.5192608)
|
||||
bones/22/scale = Vector3(0.89347196, 1, 1)
|
||||
bones/23/position = Vector3(0.25597548, 0.022818465, 0.20058686)
|
||||
bones/23/scale = Vector3(0.89347196, 1, 1)
|
||||
bones/24/position = Vector3(0.08454189, 0.014853473, 0.12984678)
|
||||
|
||||
[node name="AnimationPlayer" parent="baby_eyedog" index="1"]
|
||||
autoplay = "Walk"
|
||||
[node name="AnimationPlayer" parent="baby_eyedog" index="1" unique_id=101655042]
|
||||
autoplay = &"Walk"
|
||||
|
||||
[connection signal="recieved_effect" from="Hitbox" to="StatusEffector" method="add_effect"]
|
||||
[connection signal="took_damage" from="Hitbox" to="." method="take_damage"]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[gd_resource type="ShaderMaterial" load_steps=3 format=3 uid="uid://bm7wkdbbvgscq"]
|
||||
[gd_resource type="ShaderMaterial" format=3 uid="uid://bm7wkdbbvgscq"]
|
||||
|
||||
[ext_resource type="Shader" uid="uid://dq04j2s5foo2f" path="res://Shaders/mightyduke_ps1.gdshader" id="1_0addr"]
|
||||
[ext_resource type="Texture2D" uid="uid://rjijctm2a70f" path="res://Enemies/BabyEyeDog/baby_eyedog_tex.png" id="2_4kam3"]
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/baby_eyedog_tex.png-25aa8a1ed412d7c34d0e08868
|
||||
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
|
||||
@@ -25,6 +27,10 @@ mipmaps/generate=true
|
||||
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
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/crystal_enemy.png-47c4105ce5ff19d6a767c397a2a
|
||||
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
|
||||
@@ -25,6 +27,10 @@ mipmaps/generate=true
|
||||
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
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
[gd_scene load_steps=7 format=3 uid="uid://cveiaa0y66gln"]
|
||||
[gd_scene format=3 uid="uid://cveiaa0y66gln"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bjo2q6vca5qlv" path="res://Worlds/GreenPlanet/Enemies/air_enemy.tscn" id="1_aormu"]
|
||||
[ext_resource type="PackedScene" uid="uid://o6whohcbalui" path="res://Enemies/Crystalisk/crystal_enemy.glb" id="2_myjng"]
|
||||
[ext_resource type="Resource" uid="uid://bffhb5krs5elm" path="res://Enemies/Crystalisk/crystalisk.tres" id="2_s62t3"]
|
||||
[ext_resource type="Script" uid="uid://cummt2be3r1gq" path="res://Scripts/hitbox.gd" id="3_myjng"]
|
||||
|
||||
[sub_resource type="ViewportTexture" id="ViewportTexture_c5uwa"]
|
||||
[sub_resource type="ViewportTexture" id="ViewportTexture_tjipw"]
|
||||
viewport_path = NodePath("SubViewport")
|
||||
|
||||
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_c5uwa"]
|
||||
@@ -15,37 +16,44 @@ height = 1.415
|
||||
radius = 0.133503
|
||||
height = 0.56
|
||||
|
||||
[node name="Dog" instance=ExtResource("1_aormu")]
|
||||
[node name="Dog" unique_id=1355419805 instance=ExtResource("1_aormu")]
|
||||
stats = ExtResource("2_s62t3")
|
||||
|
||||
[node name="Sprite3D" parent="." index="0"]
|
||||
texture = SubResource("ViewportTexture_c5uwa")
|
||||
[node name="Sprite3D" parent="." index="0" unique_id=2020998819]
|
||||
texture = SubResource("ViewportTexture_tjipw")
|
||||
|
||||
[node name="crystal_enemy" parent="." index="6" instance=ExtResource("2_myjng")]
|
||||
[node name="crystal_enemy" parent="." index="6" unique_id=86826412 instance=ExtResource("2_myjng")]
|
||||
|
||||
[node name="RemoteTransform3D" type="RemoteTransform3D" parent="crystal_enemy/Cube_001" index="0"]
|
||||
[node name="Cube_001" parent="crystal_enemy" index="1" unique_id=1809229845]
|
||||
transform = Transform3D(0.99999994, 0, 0, 0, 1, 0, 0, 0, 0.99999994, -0.59980416, -0.60039425, 0)
|
||||
|
||||
[node name="RemoteTransform3D" type="RemoteTransform3D" parent="crystal_enemy/Cube_001" index="0" unique_id=1303209050]
|
||||
remote_path = NodePath("../../../MiniHitbox2")
|
||||
|
||||
[node name="RemoteTransform3D" type="RemoteTransform3D" parent="crystal_enemy/Cube_002" index="0"]
|
||||
[node name="Cube_002" parent="crystal_enemy" index="2" unique_id=2142282279]
|
||||
transform = Transform3D(0.99999994, 0, 0, 0, 1, 0, 0, 0, 0.99999994, 0.60133517, 0.5952302, 0)
|
||||
|
||||
[node name="RemoteTransform3D" type="RemoteTransform3D" parent="crystal_enemy/Cube_002" index="0" unique_id=42756288]
|
||||
remote_path = NodePath("../../../MiniHitbox")
|
||||
|
||||
[node name="AnimationPlayer" parent="crystal_enemy" index="3"]
|
||||
autoplay = "Spin"
|
||||
[node name="AnimationPlayer" parent="crystal_enemy" index="3" unique_id=807474404]
|
||||
autoplay = &"Spin"
|
||||
speed_scale = 2.0
|
||||
|
||||
[node name="MainHitbox" type="CollisionShape3D" parent="." index="7"]
|
||||
[node name="MainHitbox" type="CollisionShape3D" parent="." index="7" unique_id=1521729609]
|
||||
shape = SubResource("CapsuleShape3D_c5uwa")
|
||||
script = ExtResource("3_myjng")
|
||||
metadata/_custom_type_script = "uid://cummt2be3r1gq"
|
||||
|
||||
[node name="MiniHitbox" type="CollisionShape3D" parent="." index="8"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.60133517, 0.5952302, 0)
|
||||
[node name="MiniHitbox" type="CollisionShape3D" parent="." index="8" unique_id=1324997842]
|
||||
transform = Transform3D(0.99999994, 0, 0, 0, 1, 0, 0, 0, 0.99999994, 0.60133517, 0.5952302, 0)
|
||||
shape = SubResource("CapsuleShape3D_d7aub")
|
||||
script = ExtResource("3_myjng")
|
||||
critical_zone = true
|
||||
metadata/_custom_type_script = "uid://cummt2be3r1gq"
|
||||
|
||||
[node name="MiniHitbox2" type="CollisionShape3D" parent="." index="9"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.59980416, -0.60039425, 0)
|
||||
[node name="MiniHitbox2" type="CollisionShape3D" parent="." index="9" unique_id=723617284]
|
||||
transform = Transform3D(0.99999994, 0, 0, 0, 1, 0, 0, 0, 0.99999994, -0.59980416, -0.60039425, 0)
|
||||
shape = SubResource("CapsuleShape3D_d7aub")
|
||||
script = ExtResource("3_myjng")
|
||||
critical_zone = true
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[gd_resource type="ShaderMaterial" load_steps=3 format=3 uid="uid://dylmoyx1tasat"]
|
||||
[gd_resource type="ShaderMaterial" format=3 uid="uid://dylmoyx1tasat"]
|
||||
|
||||
[ext_resource type="Shader" uid="uid://dq04j2s5foo2f" path="res://Shaders/mightyduke_ps1.gdshader" id="1_13w0y"]
|
||||
[ext_resource type="Texture2D" uid="uid://d01y8kogfuayr" path="res://Enemies/Crystalisk/crystal_enemy.png" id="2_l5awy"]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[gd_resource type="Resource" script_class="Enemy" load_steps=6 format=3 uid="uid://bffhb5krs5elm"]
|
||||
[gd_resource type="Resource" script_class="Enemy" format=3 uid="uid://bffhb5krs5elm"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://b1lwaxw62yp3p" path="res://Assets/Textures/dead_spike.png" id="1_skyfd"]
|
||||
[ext_resource type="Texture2D" uid="uid://duywsy7jmh4u" path="res://Assets/Textures/spike.png" id="2_idym2"]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[gd_resource type="Resource" script_class="Enemy" load_steps=6 format=3 uid="uid://dxi17xvdlhkvc"]
|
||||
[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"]
|
||||
@@ -20,7 +20,6 @@ penalty = 15
|
||||
movement_speed = 1.1
|
||||
spawn_cooldown = 2.0
|
||||
common_group = 2
|
||||
common_cost = 1
|
||||
uncommon_group = 5
|
||||
uncommon_cost = 2
|
||||
rare_group = 8
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
[gd_scene load_steps=12 format=3 uid="uid://dl3rwqwbgrq2m"]
|
||||
[gd_scene format=3 uid="uid://dl3rwqwbgrq2m"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://ejqql2660u6h" path="res://Worlds/GreenPlanet/Enemies/enemy_controller.gd" id="1_17xxt"]
|
||||
[ext_resource type="PackedScene" uid="uid://canrxnpxcugc2" path="res://Scenes/corpse.tscn" id="2_lirjc"]
|
||||
[ext_resource type="Resource" uid="uid://dxi17xvdlhkvc" path="res://Enemies/ElderEyeDog/elder_eye_dog.tres" id="2_qqld3"]
|
||||
[ext_resource type="Script" uid="uid://cummt2be3r1gq" path="res://Scripts/hitbox.gd" id="5_bi7k0"]
|
||||
[ext_resource type="Texture2D" uid="uid://b1fn60m6xfcsq" path="res://Assets/Textures/minimap_enemy.png" id="6_k6khd"]
|
||||
[ext_resource type="PackedScene" uid="uid://hjq3nrnumklp" path="res://UI/EnemyHealthBar/health_bar.tscn" id="7_wko6w"]
|
||||
@@ -18,30 +19,31 @@ radius = 0.269705
|
||||
[sub_resource type="ViewportTexture" id="ViewportTexture_1kwxq"]
|
||||
viewport_path = NodePath("SubViewport")
|
||||
|
||||
[node name="ElderEyeDog" type="CharacterBody3D" node_paths=PackedStringArray("status_manager", "movement_controller", "d_n") groups=["Enemies"]]
|
||||
[node name="ElderEyeDog" type="CharacterBody3D" unique_id=1106613653 node_paths=PackedStringArray("status_manager", "movement_controller", "d_n") groups=["Enemies"]]
|
||||
collision_layer = 4
|
||||
collision_mask = 0
|
||||
script = ExtResource("1_17xxt")
|
||||
stats = ExtResource("2_qqld3")
|
||||
status_manager = NodePath("StatusEffector")
|
||||
movement_controller = NodePath("PathingController")
|
||||
d_n = NodePath("Node3D")
|
||||
corpse_scene = ExtResource("2_lirjc")
|
||||
metadata/_custom_type_script = "uid://ejqql2660u6h"
|
||||
|
||||
[node name="Hitbox" type="CollisionShape3D" parent="."]
|
||||
[node name="Hitbox" type="CollisionShape3D" parent="." unique_id=542685682]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.33811, -0.0104714)
|
||||
shape = SubResource("SphereShape3D_cavbv")
|
||||
script = ExtResource("5_bi7k0")
|
||||
metadata/_custom_type_script = "uid://cummt2be3r1gq"
|
||||
|
||||
[node name="Hitbox2" type="CollisionShape3D" parent="."]
|
||||
[node name="Hitbox2" type="CollisionShape3D" parent="." unique_id=545828870]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.740182, -0.597066)
|
||||
shape = SubResource("SphereShape3D_h25mw")
|
||||
script = ExtResource("5_bi7k0")
|
||||
critical_zone = true
|
||||
metadata/_custom_type_script = "uid://cummt2be3r1gq"
|
||||
|
||||
[node name="HealthBar" type="Sprite3D" parent="."]
|
||||
[node name="HealthBar" type="Sprite3D" parent="." unique_id=1730396808]
|
||||
transform = Transform3D(0.2, 0, 0, 0, 0.2, 0, 0, 0, 0.2, 0, 1.20821, 0)
|
||||
sorting_offset = 1.0
|
||||
pixel_size = 0.02
|
||||
@@ -49,71 +51,71 @@ billboard = 1
|
||||
texture_filter = 0
|
||||
texture = SubResource("ViewportTexture_1kwxq")
|
||||
|
||||
[node name="MinimapIcon" type="Sprite3D" parent="."]
|
||||
[node name="MinimapIcon" type="Sprite3D" parent="." unique_id=956248833]
|
||||
transform = Transform3D(2, 0, 0, 0, -8.74228e-08, 2, 0, -2, -8.74228e-08, 0, 1.40824, 0)
|
||||
layers = 4
|
||||
texture_filter = 0
|
||||
texture = ExtResource("6_k6khd")
|
||||
|
||||
[node name="SubViewport" type="SubViewport" parent="."]
|
||||
[node name="SubViewport" type="SubViewport" parent="." unique_id=1820335802]
|
||||
transparent_bg = true
|
||||
size = Vector2i(200, 55)
|
||||
render_target_update_mode = 4
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="SubViewport"]
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="SubViewport" unique_id=1158834855]
|
||||
anchors_preset = 10
|
||||
anchor_right = 1.0
|
||||
offset_bottom = 32.0
|
||||
grow_horizontal = 2
|
||||
alignment = 1
|
||||
|
||||
[node name="HealthBar" parent="SubViewport" instance=ExtResource("7_wko6w")]
|
||||
[node name="HealthBar" parent="SubViewport" unique_id=1387963011 instance=ExtResource("7_wko6w")]
|
||||
visible = false
|
||||
offset_top = 36.0
|
||||
offset_bottom = 236.0
|
||||
|
||||
[node name="PathingController" type="Node" parent="." node_paths=PackedStringArray("character")]
|
||||
[node name="PathingController" type="Node" parent="." unique_id=1624393903 node_paths=PackedStringArray("character")]
|
||||
script = ExtResource("8_2jssq")
|
||||
character = NodePath("..")
|
||||
|
||||
[node name="StatusEffector" type="Node" parent="." node_paths=PackedStringArray("sprite_container")]
|
||||
[node name="StatusEffector" type="Node" parent="." unique_id=1475993690 node_paths=PackedStringArray("sprite_container")]
|
||||
script = ExtResource("9_2x8lp")
|
||||
sprite_container = NodePath("../SubViewport/HBoxContainer")
|
||||
metadata/_custom_type_script = "uid://cojjgevmbhwal"
|
||||
|
||||
[node name="Node3D" type="Node3D" parent="."]
|
||||
[node name="Node3D" type="Node3D" parent="." unique_id=1193172733]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.39813, 0)
|
||||
|
||||
[node name="elder_eyedog" parent="." instance=ExtResource("10_17xxt")]
|
||||
[node name="elder_eyedog" parent="." unique_id=1274853328 instance=ExtResource("10_17xxt")]
|
||||
transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, 0)
|
||||
|
||||
[node name="Skeleton3D" parent="elder_eyedog/Armature" index="0"]
|
||||
bones/1/rotation = Quaternion(-0.439304, -1.0709e-07, 5.23691e-08, 0.898338)
|
||||
bones/3/rotation = Quaternion(0.233785, 0.324851, 0.542755, 0.738399)
|
||||
bones/4/rotation = Quaternion(0.202596, 0.730837, 0.133447, 0.637985)
|
||||
bones/5/rotation = Quaternion(0.0807169, 0.113794, 0.103388, 0.984808)
|
||||
bones/6/rotation = Quaternion(0.1897, 0.0455505, -0.0147276, 0.980674)
|
||||
bones/7/rotation = Quaternion(0.212592, -0.0409247, -0.776147, 0.592221)
|
||||
bones/8/rotation = Quaternion(0.145596, -0.673764, -0.223773, 0.689035)
|
||||
bones/9/rotation = Quaternion(0.21458, -0.0679522, -0.273831, 0.93507)
|
||||
bones/10/rotation = Quaternion(0.361696, -0.022981, -0.0737815, 0.929088)
|
||||
bones/11/position = Vector3(-0.182181, 0.0249746, -0.297013)
|
||||
bones/13/rotation = Quaternion(-0.190314, -0.343714, 0.667305, 0.632728)
|
||||
bones/14/rotation = Quaternion(-0.315946, -0.576307, -0.237059, 0.715438)
|
||||
bones/15/rotation = Quaternion(0.36767, -0.0363555, 0.344702, 0.862947)
|
||||
bones/16/rotation = Quaternion(0.39201, 0.0141284, 0.103499, 0.914011)
|
||||
bones/17/rotation = Quaternion(-0.415643, 0.234919, -0.806682, 0.348308)
|
||||
bones/18/rotation = Quaternion(-0.155071, 0.546436, 0.037938, 0.822144)
|
||||
bones/19/rotation = Quaternion(0.163239, -0.0179424, -0.154066, 0.974318)
|
||||
bones/20/rotation = Quaternion(0.200947, -0.0385468, -0.00188784, 0.978842)
|
||||
bones/22/position = Vector3(-0.128557, 0.0159593, 0.519261)
|
||||
bones/22/scale = Vector3(0.893472, 1, 1)
|
||||
bones/23/position = Vector3(0.255975, 0.0228185, 0.200587)
|
||||
bones/23/scale = Vector3(0.893472, 1, 1)
|
||||
bones/24/position = Vector3(0.0845419, 0.0148535, 0.129847)
|
||||
[node name="Skeleton3D" parent="elder_eyedog/Armature" parent_id_path=PackedInt32Array(1274853328, 2060041769) index="0" unique_id=1252984474]
|
||||
bones/1/rotation = Quaternion(-0.43930408, -1.0709029e-07, 5.2369124e-08, 0.89833844)
|
||||
bones/3/rotation = Quaternion(0.23378512, 0.32485124, 0.5427555, 0.7383988)
|
||||
bones/4/rotation = Quaternion(0.2025959, 0.7308365, 0.13344719, 0.637985)
|
||||
bones/5/rotation = Quaternion(0.08071687, 0.11379393, 0.103388034, 0.98480797)
|
||||
bones/6/rotation = Quaternion(0.18970048, 0.045550477, -0.014727625, 0.9806743)
|
||||
bones/7/rotation = Quaternion(0.21259236, -0.040924743, -0.77614677, 0.5922212)
|
||||
bones/8/rotation = Quaternion(0.14559563, -0.673764, -0.22377312, 0.68903524)
|
||||
bones/9/rotation = Quaternion(0.21457952, -0.06795216, -0.27383056, 0.9350695)
|
||||
bones/10/rotation = Quaternion(0.36169595, -0.022981033, -0.07378154, 0.9290878)
|
||||
bones/11/position = Vector3(-0.18218139, 0.024974564, -0.29701275)
|
||||
bones/13/rotation = Quaternion(-0.19031386, -0.3437138, 0.6673053, 0.6327283)
|
||||
bones/14/rotation = Quaternion(-0.31594613, -0.57630664, -0.23705915, 0.71543807)
|
||||
bones/15/rotation = Quaternion(0.36767012, -0.03635548, 0.34470242, 0.8629468)
|
||||
bones/16/rotation = Quaternion(0.39200988, 0.014128355, 0.1034986, 0.91401124)
|
||||
bones/17/rotation = Quaternion(-0.41564333, 0.23491889, -0.8066817, 0.34830806)
|
||||
bones/18/rotation = Quaternion(-0.15507148, 0.54643595, 0.03793797, 0.8221443)
|
||||
bones/19/rotation = Quaternion(0.16323948, -0.017942403, -0.15406615, 0.97431755)
|
||||
bones/20/rotation = Quaternion(0.20094736, -0.03854681, -0.0018878406, 0.9788416)
|
||||
bones/22/position = Vector3(-0.1285572, 0.015959304, 0.5192608)
|
||||
bones/22/scale = Vector3(0.89347196, 1, 1)
|
||||
bones/23/position = Vector3(0.25597548, 0.022818465, 0.20058686)
|
||||
bones/23/scale = Vector3(0.89347196, 1, 1)
|
||||
bones/24/position = Vector3(0.08454189, 0.014853473, 0.12984678)
|
||||
|
||||
[node name="AnimationPlayer" parent="elder_eyedog" index="1"]
|
||||
autoplay = "Walk"
|
||||
[node name="AnimationPlayer" parent="elder_eyedog" index="1" unique_id=488088617]
|
||||
autoplay = &"Walk"
|
||||
|
||||
[connection signal="recieved_effect" from="Hitbox" to="StatusEffector" method="add_effect"]
|
||||
[connection signal="took_damage" from="Hitbox" to="." method="take_damage"]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[gd_resource type="ShaderMaterial" load_steps=3 format=3 uid="uid://gyrbycd3icjr"]
|
||||
[gd_resource type="ShaderMaterial" format=3 uid="uid://gyrbycd3icjr"]
|
||||
|
||||
[ext_resource type="Shader" uid="uid://dq04j2s5foo2f" path="res://Shaders/mightyduke_ps1.gdshader" id="1_x1doh"]
|
||||
[ext_resource type="Texture2D" uid="uid://bd1hlqvfpaxy0" path="res://Enemies/ElderEyeDog/elder_eyedog_tex.png" id="2_jh2nf"]
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/elder_eyedog_tex.png-e84d9931073744a1cd754d9c
|
||||
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
|
||||
@@ -25,6 +27,10 @@ mipmaps/generate=true
|
||||
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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[gd_resource type="Resource" script_class="Enemy" load_steps=7 format=3 uid="uid://8eba45hql7bo"]
|
||||
[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"]
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
[gd_scene load_steps=12 format=3 uid="uid://bvq6tbkuv2mfp"]
|
||||
[gd_scene format=3 uid="uid://bvq6tbkuv2mfp"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://ejqql2660u6h" path="res://Worlds/GreenPlanet/Enemies/enemy_controller.gd" id="1_1dh2f"]
|
||||
[ext_resource type="PackedScene" uid="uid://canrxnpxcugc2" path="res://Scenes/corpse.tscn" id="2_1dh2f"]
|
||||
[ext_resource type="Resource" uid="uid://8eba45hql7bo" path="res://Enemies/EyeDog/eye_dog.tres" id="2_2t2qp"]
|
||||
[ext_resource type="Script" uid="uid://cummt2be3r1gq" path="res://Scripts/hitbox.gd" id="6_3v8fr"]
|
||||
[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"]
|
||||
@@ -18,30 +19,31 @@ radius = 0.194271
|
||||
[sub_resource type="ViewportTexture" id="ViewportTexture_1kwxq"]
|
||||
viewport_path = NodePath("SubViewport")
|
||||
|
||||
[node name="EyeDog" type="CharacterBody3D" node_paths=PackedStringArray("status_manager", "movement_controller", "d_n") groups=["Enemies"]]
|
||||
[node name="EyeDog" type="CharacterBody3D" unique_id=1016179251 node_paths=PackedStringArray("status_manager", "movement_controller", "d_n") groups=["Enemies"]]
|
||||
collision_layer = 4
|
||||
collision_mask = 0
|
||||
script = ExtResource("1_1dh2f")
|
||||
stats = ExtResource("2_2t2qp")
|
||||
status_manager = NodePath("StatusEffector")
|
||||
movement_controller = NodePath("PathingController")
|
||||
d_n = NodePath("Node3D")
|
||||
corpse_scene = ExtResource("2_1dh2f")
|
||||
metadata/_custom_type_script = "uid://ejqql2660u6h"
|
||||
|
||||
[node name="Hitbox" type="CollisionShape3D" parent="."]
|
||||
[node name="Hitbox" type="CollisionShape3D" parent="." unique_id=1815903905]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.33811, -0.0104714)
|
||||
shape = SubResource("SphereShape3D_cavbv")
|
||||
script = ExtResource("6_3v8fr")
|
||||
metadata/_custom_type_script = "uid://cummt2be3r1gq"
|
||||
|
||||
[node name="Hitbox2" type="CollisionShape3D" parent="."]
|
||||
[node name="Hitbox2" type="CollisionShape3D" parent="." unique_id=906346229]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.559695, -0.45924)
|
||||
shape = SubResource("SphereShape3D_h25mw")
|
||||
script = ExtResource("6_3v8fr")
|
||||
critical_zone = true
|
||||
metadata/_custom_type_script = "uid://cummt2be3r1gq"
|
||||
|
||||
[node name="HealthBar" type="Sprite3D" parent="."]
|
||||
[node name="HealthBar" type="Sprite3D" parent="." unique_id=2000995258]
|
||||
transform = Transform3D(0.2, 0, 0, 0, 0.2, 0, 0, 0, 0.2, 0, 1.20821, 0)
|
||||
sorting_offset = 1.0
|
||||
pixel_size = 0.02
|
||||
@@ -49,72 +51,71 @@ billboard = 1
|
||||
texture_filter = 0
|
||||
texture = SubResource("ViewportTexture_1kwxq")
|
||||
|
||||
[node name="MinimapIcon" type="Sprite3D" parent="."]
|
||||
[node name="MinimapIcon" type="Sprite3D" parent="." unique_id=1546496505]
|
||||
transform = Transform3D(2, 0, 0, 0, -8.74228e-08, 2, 0, -2, -8.74228e-08, 0, 1.40824, 0)
|
||||
layers = 4
|
||||
texture_filter = 0
|
||||
texture = ExtResource("7_bkkhh")
|
||||
|
||||
[node name="SubViewport" type="SubViewport" parent="."]
|
||||
[node name="SubViewport" type="SubViewport" parent="." unique_id=251608558]
|
||||
transparent_bg = true
|
||||
size = Vector2i(200, 55)
|
||||
render_target_update_mode = 4
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="SubViewport"]
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="SubViewport" unique_id=1540953160]
|
||||
anchors_preset = 10
|
||||
anchor_right = 1.0
|
||||
offset_bottom = 32.0
|
||||
grow_horizontal = 2
|
||||
alignment = 1
|
||||
|
||||
[node name="HealthBar" parent="SubViewport" instance=ExtResource("8_k2835")]
|
||||
[node name="HealthBar" parent="SubViewport" unique_id=872017926 instance=ExtResource("8_k2835")]
|
||||
visible = false
|
||||
offset_top = 36.0
|
||||
offset_bottom = 236.0
|
||||
|
||||
[node name="PathingController" type="Node" parent="." node_paths=PackedStringArray("character")]
|
||||
[node name="PathingController" type="Node" parent="." unique_id=1871390739 node_paths=PackedStringArray("character")]
|
||||
script = ExtResource("9_t4oco")
|
||||
character = NodePath("..")
|
||||
|
||||
[node name="StatusEffector" type="Node" parent="." node_paths=PackedStringArray("sprite_container")]
|
||||
[node name="StatusEffector" type="Node" parent="." unique_id=89491965 node_paths=PackedStringArray("sprite_container")]
|
||||
script = ExtResource("11_kpdsm")
|
||||
sprite_container = NodePath("../SubViewport/HBoxContainer")
|
||||
metadata/_custom_type_script = "uid://cojjgevmbhwal"
|
||||
|
||||
[node name="Node3D" type="Node3D" parent="."]
|
||||
[node name="Node3D" type="Node3D" parent="." unique_id=815240025]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.39813, 0)
|
||||
|
||||
[node name="eyedog" parent="." instance=ExtResource("10_h25mw")]
|
||||
[node name="eyedog" parent="." unique_id=588577646 instance=ExtResource("10_h25mw")]
|
||||
transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, 0)
|
||||
|
||||
[node name="Skeleton3D" parent="eyedog/Armature" index="0"]
|
||||
bones/1/rotation = Quaternion(-0.5023906, 0.075574934, 0.050432257, 0.8598538)
|
||||
bones/3/rotation = Quaternion(0.21053463, 0.16882902, 0.68990326, 0.6717183)
|
||||
bones/4/rotation = Quaternion(0.21643554, 0.6950716, 0.19331414, 0.65776956)
|
||||
bones/5/rotation = Quaternion(0.19133137, 0.08228369, 0.22566509, 0.9516812)
|
||||
bones/6/rotation = Quaternion(0.31210625, 0.029582461, 0.048017807, 0.9483717)
|
||||
bones/7/rotation = Quaternion(0.17991859, -0.02120418, -0.7875835, 0.58897555)
|
||||
bones/8/rotation = Quaternion(0.18775536, -0.672328, -0.21866119, 0.6818434)
|
||||
bones/9/rotation = Quaternion(0.29144275, -0.051640283, -0.33432224, 0.8947754)
|
||||
bones/10/rotation = Quaternion(0.41561264, -0.012154149, -0.11101786, 0.9026591)
|
||||
bones/11/position = Vector3(-0.16280325, 0.07974865, -0.16812053)
|
||||
bones/13/rotation = Quaternion(-0.1910879, -0.29201618, 0.7069325, 0.6151898)
|
||||
bones/14/rotation = Quaternion(-0.29846585, -0.5750957, -0.20405039, 0.7338573)
|
||||
bones/15/rotation = Quaternion(0.48737815, -0.04054384, 0.42137182, 0.7637176)
|
||||
bones/16/rotation = Quaternion(0.46019027, 0.0035901088, 0.14397956, 0.8760605)
|
||||
bones/17/rotation = Quaternion(-0.2920196, 0.276165, -0.7524576, 0.5217902)
|
||||
bones/18/rotation = Quaternion(-0.2439201, 0.5653468, 0.13032612, 0.77711076)
|
||||
bones/19/rotation = Quaternion(0.36528137, 0.015252313, -0.31966648, 0.8741569)
|
||||
bones/20/rotation = Quaternion(0.36237866, -0.01935457, -0.08421751, 0.9280164)
|
||||
bones/21/rotation = Quaternion(0.41539147, -1.0843781e-07, -4.9518494e-08, 0.9096428)
|
||||
bones/22/position = Vector3(-0.18090886, 0.016805895, 0.38714543)
|
||||
[node name="Skeleton3D" parent="eyedog/Armature" parent_id_path=PackedInt32Array(588577646, 473381473) index="0" unique_id=323158019]
|
||||
bones/1/rotation = Quaternion(-0.43930408, -1.0709029e-07, 5.2369124e-08, 0.89833844)
|
||||
bones/3/rotation = Quaternion(0.23378512, 0.32485124, 0.5427555, 0.7383988)
|
||||
bones/4/rotation = Quaternion(0.2025959, 0.7308365, 0.13344719, 0.637985)
|
||||
bones/5/rotation = Quaternion(0.08071687, 0.11379393, 0.103388034, 0.98480797)
|
||||
bones/6/rotation = Quaternion(0.18970048, 0.045550477, -0.014727625, 0.9806743)
|
||||
bones/7/rotation = Quaternion(0.21259236, -0.040924743, -0.77614677, 0.5922212)
|
||||
bones/8/rotation = Quaternion(0.14559563, -0.673764, -0.22377312, 0.68903524)
|
||||
bones/9/rotation = Quaternion(0.21457952, -0.06795216, -0.27383056, 0.9350695)
|
||||
bones/10/rotation = Quaternion(0.36169595, -0.022981033, -0.07378154, 0.9290878)
|
||||
bones/11/position = Vector3(-0.18218139, 0.024974564, -0.29701275)
|
||||
bones/13/rotation = Quaternion(-0.19031386, -0.3437138, 0.6673053, 0.6327283)
|
||||
bones/14/rotation = Quaternion(-0.31594613, -0.57630664, -0.23705915, 0.71543807)
|
||||
bones/15/rotation = Quaternion(0.36767012, -0.03635548, 0.34470242, 0.8629468)
|
||||
bones/16/rotation = Quaternion(0.39200988, 0.014128355, 0.1034986, 0.91401124)
|
||||
bones/17/rotation = Quaternion(-0.41564333, 0.23491889, -0.8066817, 0.34830806)
|
||||
bones/18/rotation = Quaternion(-0.15507148, 0.54643595, 0.03793797, 0.8221443)
|
||||
bones/19/rotation = Quaternion(0.16323948, -0.017942403, -0.15406615, 0.97431755)
|
||||
bones/20/rotation = Quaternion(0.20094736, -0.03854681, -0.0018878406, 0.9788416)
|
||||
bones/22/position = Vector3(-0.1285572, 0.015959304, 0.5192608)
|
||||
bones/22/scale = Vector3(0.89347196, 1, 1)
|
||||
bones/23/position = Vector3(0.22532098, 0.07340215, 0.26439643)
|
||||
bones/23/position = Vector3(0.25597548, 0.022818465, 0.20058686)
|
||||
bones/23/scale = Vector3(0.89347196, 1, 1)
|
||||
bones/24/position = Vector3(0.14499767, 0.015681228, -0.051600434)
|
||||
bones/24/position = Vector3(0.08454189, 0.014853473, 0.12984678)
|
||||
|
||||
[node name="AnimationPlayer" parent="eyedog" index="1"]
|
||||
autoplay = "Walk"
|
||||
[node name="AnimationPlayer" parent="eyedog" index="1" unique_id=993841819]
|
||||
autoplay = &"Walk"
|
||||
|
||||
[connection signal="recieved_effect" from="Hitbox" to="StatusEffector" method="add_effect"]
|
||||
[connection signal="took_damage" from="Hitbox" to="." method="take_damage"]
|
||||
|
||||
@@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/eye_dog_tex.png-7d4de85274337ceeb649543e4825d
|
||||
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
|
||||
@@ -25,6 +27,10 @@ mipmaps/generate=true
|
||||
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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[gd_resource type="ShaderMaterial" load_steps=3 format=3 uid="uid://bo82o88d7vo1x"]
|
||||
[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"]
|
||||
|
||||
Reference in New Issue
Block a user