changed function for shifting cells and marks. now allows for wrap around - next up is incorporating logic to delete or clear cells that get wrapped around

This commit is contained in:
2026-01-29 01:44:29 -05:00
parent f07139c440
commit d9d33f9758
4 changed files with 120 additions and 35 deletions

View File

@@ -2,6 +2,6 @@ public partial class Shift1ColumnRight : Contact
{
public override void CallAction()
{
_player.ShiftMarks(1,0);
_player.ShiftCells(0,1);
}
}