add default goal business cards, allow Board.GetCellsByOwner to accept actor instead of player, rework BusinessCard click to be accepted based on _goalMet instead of Disabled, add default goals to enemy class,

This commit is contained in:
2026-01-20 01:59:28 -05:00
parent 5cfc05b662
commit c1ef887be3
11 changed files with 171 additions and 23 deletions

View File

@@ -6,8 +6,8 @@ public enum GoalName
LeftColumn,
MiddleColumn,
RightColumn,
ForwardDiagonal,
BackwardDiagonal,
Diagonal1To9,
Diagonal3To7,
Number1,
Number2,
Number3,
@@ -54,5 +54,6 @@ public enum GoalName
ShortRightAngleAt9,
Corners,
Diamond,
Plus
Plus,
Blackout
}