diff options
| author | Gustavoeklund01 <eklundgu@gmail.com> | 2025-11-10 17:24:21 -0300 |
|---|---|---|
| committer | Gustavoeklund01 <eklundgu@gmail.com> | 2025-11-10 17:24:21 -0300 |
| commit | de99779d19b77d174c561cb3795538412f53bcbc (patch) | |
| tree | 2ef12a0615fd624911d39a8e1b626e237ad4d445 /assets/definitions | |
| parent | 1b0582792b7b9169ce8a667bf5533241d083705c (diff) | |
enemy
Diffstat (limited to 'assets/definitions')
| -rw-r--r-- | assets/definitions/actor/omal.tres | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/assets/definitions/actor/omal.tres b/assets/definitions/actor/omal.tres new file mode 100644 index 0000000..a23e4d2 --- /dev/null +++ b/assets/definitions/actor/omal.tres @@ -0,0 +1,19 @@ +[gd_resource type="Resource" script_class="EnemyDefinition" load_steps=4 format=3 uid="uid://302hatscl8gd"] + +[ext_resource type="Script" uid="uid://dkfdm2m2scyks" path="res://scripts/Entities/Actors/EnemyDefinition.cs" id="1_6andn"] +[ext_resource type="Texture2D" uid="uid://w0808ug4al66" path="res://assets/sprites/actors/generic_grave.png" id="1_fbs0n"] +[ext_resource type="Texture2D" uid="uid://bx1ryvgqxx2co" path="res://assets/sprites/actors/bixo.png" id="3_fbs0n"] + +[resource] +script = ExtResource("1_6andn") +AI = 1 +deathTexture = ExtResource("1_fbs0n") +Speed = 8 +Hp = 40 +Mp = 2 +Atk = 2 +Men = 5 +name = "Omal" +texture = ExtResource("3_fbs0n") +Type = 2 +metadata/_custom_type_script = "uid://dkfdm2m2scyks" |
