conforms file names to consistant standard

This commit is contained in:
2026-02-21 04:24:04 +11:00
parent 6b67dd9755
commit 5a4ad8633a
1991 changed files with 3836 additions and 7976 deletions

View 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/elder_eye_dog/ico_elder_eye_dog.png" id="2_7h6ly"]
[ext_resource type="PackedScene" uid="uid://dl3rwqwbgrq2m" path="res://enemies/elder_eye_dog/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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://h5svpdvo6tcd"
path="res://.godot/imported/ico_elder_eye_dog.png-e88bca7dbb544c4db64e233eca427965.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://enemies/elder_eye_dog/ico_elder_eye_dog.png"
dest_files=["res://.godot/imported/ico_elder_eye_dog.png-e88bca7dbb544c4db64e233eca427965.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

View File

@@ -0,0 +1,12 @@
[gd_resource type="ShaderMaterial" format=3 uid="uid://gyrbycd3icjr"]
[ext_resource type="Shader" uid="uid://dq04j2s5foo2f" path="res://shaders/wiggly_model.gdshader" id="1_x1doh"]
[ext_resource type="Texture2D" uid="uid://bd1hlqvfpaxy0" path="res://enemies/elder_eye_dog/tex_elder_eyedog.png" id="2_jh2nf"]
[resource]
render_priority = 0
shader = ExtResource("1_x1doh")
shader_parameter/albedo = ExtResource("2_jh2nf")
shader_parameter/jitter_z_coordinate = true
shader_parameter/jitter_depth_independent = true
shader_parameter/alpha_scissor = 0.5

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,125 @@
[gd_scene format=3 uid="uid://dl3rwqwbgrq2m"]
[ext_resource type="Script" uid="uid://ejqql2660u6h" path="res://worlds/green_planet/Enemies/enemy_controller.gd" id="1_7wwbi"]
[ext_resource type="PackedScene" uid="uid://canrxnpxcugc2" path="res://scenes/corpse.tscn" id="2_k8w4y"]
[ext_resource type="Script" uid="uid://cummt2be3r1gq" path="res://scripts/hitbox.gd" id="3_bwjh5"]
[ext_resource type="Texture2D" uid="uid://b1fn60m6xfcsq" path="res://assets/textures/minimap_enemy.png" id="4_lo02o"]
[ext_resource type="PackedScene" uid="uid://hjq3nrnumklp" path="res://ui/enemy_health_bar/health_bar.tscn" id="5_vh4kk"]
[ext_resource type="Script" uid="uid://b62xnsbki8axa" path="res://scripts/enemy_ai/pathing_controller.gd" id="6_fulai"]
[ext_resource type="Script" uid="uid://cojjgevmbhwal" path="res://scripts/status_effector.gd" id="7_h8ie4"]
[ext_resource type="PackedScene" uid="uid://r2s4pd42y0ma" path="res://enemies/elder_eye_dog/mdl_elder_eye_dog.glb" id="8_fil5h"]
[sub_resource type="SphereShape3D" id="SphereShape3D_cavbv"]
radius = 0.499268
[sub_resource type="SphereShape3D" id="SphereShape3D_h25mw"]
radius = 0.325
[sub_resource type="ViewportTexture" id="ViewportTexture_1kwxq"]
viewport_path = NodePath("SubViewport")
[node name="ElderEyeDog" type="CharacterBody3D" unique_id=1106613653 node_paths=PackedStringArray("status_manager", "movement_controller", "d_n", "health_bar", "model") groups=["Enemies"]]
collision_layer = 4
collision_mask = 0
script = ExtResource("1_7wwbi")
status_manager = NodePath("StatusEffector")
movement_controller = NodePath("PathingController")
d_n = NodePath("Node3D")
corpse_scene = ExtResource("2_k8w4y")
health_bar = NodePath("SubViewport/HealthBar")
model = NodePath("elder_eyedog")
metadata/_custom_type_script = "uid://ejqql2660u6h"
[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("3_bwjh5")
metadata/_custom_type_script = "uid://cummt2be3r1gq"
[node name="Hitbox2" type="CollisionShape3D" parent="." unique_id=545828870]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.836113, -0.6853672)
shape = SubResource("SphereShape3D_h25mw")
script = ExtResource("3_bwjh5")
critical_zone = true
metadata/_custom_type_script = "uid://cummt2be3r1gq"
[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
billboard = 1
texture_filter = 0
texture = SubResource("ViewportTexture_1kwxq")
[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("4_lo02o")
[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" unique_id=1158834855]
anchors_preset = 10
anchor_right = 1.0
offset_bottom = 32.0
grow_horizontal = 2
alignment = 1
[node name="HealthBar" parent="SubViewport" unique_id=1387963011 instance=ExtResource("5_vh4kk")]
visible = false
offset_top = 36.0
offset_bottom = 236.0
[node name="PathingController" type="Node" parent="." unique_id=1624393903 node_paths=PackedStringArray("character")]
script = ExtResource("6_fulai")
character = NodePath("..")
[node name="StatusEffector" type="Node" parent="." unique_id=1475993690 node_paths=PackedStringArray("sprite_container")]
script = ExtResource("7_h8ie4")
sprite_container = NodePath("../SubViewport/HBoxContainer")
metadata/_custom_type_script = "uid://cojjgevmbhwal"
[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="." unique_id=1528468919 instance=ExtResource("8_fil5h")]
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" parent_id_path=PackedInt32Array(1528468919, 2081899383) index="0" unique_id=7671726]
bones/1/rotation = Quaternion(-0.43930408, -1.0709028e-07, 5.2369117e-08, 0.89833844)
bones/3/rotation = Quaternion(0.23378512, 0.3248512, 0.54275554, 0.7383987)
bones/4/rotation = Quaternion(0.20259592, 0.73083645, 0.1334472, 0.637985)
bones/5/rotation = Quaternion(0.08071684, 0.113793895, 0.10338807, 0.9848079)
bones/6/rotation = Quaternion(0.18970051, 0.045550458, -0.014727582, 0.98067427)
bones/7/rotation = Quaternion(0.21259236, -0.040924765, -0.7761468, 0.59222114)
bones/8/rotation = Quaternion(0.14559563, -0.673764, -0.22377315, 0.68903524)
bones/9/rotation = Quaternion(0.21457948, -0.06795216, -0.27383053, 0.9350695)
bones/10/rotation = Quaternion(0.36169598, -0.022981055, -0.07378152, 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.3159462, -0.57630664, -0.23705919, 0.7154381)
bones/15/rotation = Quaternion(0.36767015, -0.03635547, 0.34470242, 0.86294687)
bones/16/rotation = Quaternion(0.39200988, 0.014128344, 0.1034986, 0.91401124)
bones/17/rotation = Quaternion(-0.4156433, 0.23491892, -0.8066817, 0.34830815)
bones/18/rotation = Quaternion(-0.1550715, 0.546436, 0.03793802, 0.8221443)
bones/19/rotation = Quaternion(0.16323958, -0.017942397, -0.1540662, 0.9743175)
bones/20/rotation = Quaternion(0.20094733, -0.0385468, -0.0018878259, 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" unique_id=1439920918]
autoplay = &"ArmatureAction"
[connection signal="recieved_effect" from="Hitbox" to="StatusEffector" method="add_effect"]
[connection signal="took_damage" from="Hitbox" to="." method="take_damage"]
[connection signal="recieved_effect" from="Hitbox2" to="StatusEffector" method="add_effect"]
[connection signal="took_damage" from="Hitbox2" to="." method="take_damage"]
[editable path="elder_eyedog"]

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bd1hlqvfpaxy0"
path="res://.godot/imported/tex_elder_eyedog.png-838c0d8e62ed49dbe806044389395a03.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://enemies/elder_eye_dog/tex_elder_eyedog.png"
dest_files=["res://.godot/imported/tex_elder_eyedog.png-838c0d8e62ed49dbe806044389395a03.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=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
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0