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,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/eye_dog/ico_eye_dog.png" id="2_nef0e"]
[ext_resource type="PackedScene" uid="uid://bvq6tbkuv2mfp" path="res://enemies/eye_dog/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