first lobby draft made, you can move a charcter around

This commit is contained in:
2026-02-11 03:23:40 +11:00
parent e06846f8b6
commit 12b6a5e7ae
29 changed files with 348 additions and 238 deletions

View File

@@ -71,7 +71,7 @@ func aim() -> void:
pitch_model.rotation.x = 0.0
func shoot(count: int) -> void:
func shoot(_count: int) -> void:
if target_finder.targets.size() > 0 and affector:
affector.apply_effect(effect, target_finder.targets)
animator.play("shoot")