added modular animation system for drones

This commit is contained in:
2026-02-24 10:49:50 +01:00
parent 772858f04f
commit d036169237
23 changed files with 268 additions and 119 deletions

View File

@@ -1,7 +1,7 @@
extends Drone
func _ready() -> void:
self_body = self
pass
func primary_action() -> float:
return -1