feat(wiring): MobSpawner integration + take_damage API on dolphin

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Floppyrj45
2026-04-19 17:18:31 +02:00
parent 37e66a1350
commit 0c309405a7
3 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
[gd_scene load_steps=2 format=3]
[ext_resource type="Script" path="res://scripts/mobs/MobSpawner.gd" id="1"]
[node name="MobSpawner" type="Node3D"]
script = ExtResource("1")