feat(mobs): fish schools + jellyfish + shark + spawner with distance-based life cycle
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
9
scenes/mobs/FishSchool.tscn
Normal file
9
scenes/mobs/FishSchool.tscn
Normal file
@@ -0,0 +1,9 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://fishschool001"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/mobs/FishSchool.gd" id="1_fishschool"]
|
||||
|
||||
[node name="FishSchool" type="Node3D"]
|
||||
script = ExtResource("1_fishschool")
|
||||
fish_count = 12
|
||||
school_radius = 4.0
|
||||
swim_speed = 2.5
|
||||
Reference in New Issue
Block a user