🎨 Live review changes

This commit is contained in:
jonathan
2025-11-03 20:21:30 +01:00
parent 83dc6bfd56
commit 21b361f9d7
8 changed files with 8 additions and 28 deletions
@@ -14,6 +14,7 @@ public partial class AllFightersVisual : Node
[Export] private Node2D _enemyFighters = null!;
// TODO: move type to prefab mapping to Resource
[ExportCategory("Fighter Visual Scenes")]
[Export] private PackedScene _blobFighterVisual = null!;
[Export] private PackedScene _bigBlobFighterVisual = null!;
@@ -112,6 +113,7 @@ public partial class AllFightersVisual : Node
private void ShowTargetSelect(TargetSelectActionDetail targetDetail)
{
// TODO: use Event bus
if (targetDetail.selectEnemy)
_fighterVisuals
.Where(kv => kv.Key.IsInFormation(HappeningData.enemyFighterFormation))