Add homing missile motion component; update enemy scene to include homing bullet resource

This commit is contained in:
2025-05-13 01:24:44 +02:00
parent c291f42531
commit b96046d983
5 changed files with 145 additions and 2 deletions

View File

@@ -17,4 +17,4 @@ func initialize(params: Dictionary) -> void:
launch_component.initial_direction = direction
launch_component.spawn_position = position
launch_component.spawn_rotation = rotation
launch_component.speed *= power
launch_component.speed *= power