ft (very very wip): prey impl

This commit is contained in:
2025-12-19 20:07:53 +01:00
parent 551482e209
commit a5055a523f
19 changed files with 226 additions and 55 deletions

View File

@@ -0,0 +1,12 @@
extends NPC
class_name AbstractPrey
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta: float) -> void:
pass