Skip to content

Commit

Permalink
[MLA-1584] Match3 variable board size (#5189)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Elion committed Apr 1, 2021
1 parent 92ff2c2 commit d17b735
Show file tree
Hide file tree
Showing 40 changed files with 1,591 additions and 546 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,10 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 6d852a063770348b68caa91b8e7642a5, type: 3}
m_Name:
m_EditorClassIdentifier:
Rows: 9
Columns: 8
MinRows: 6
MaxRows: 9
MinColumns: 6
MaxColumns: 8
NumCellTypes: 6
NumSpecialTypes: 2
BasicCellPoints: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,10 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 6d852a063770348b68caa91b8e7642a5, type: 3}
m_Name:
m_EditorClassIdentifier:
Rows: 9
Columns: 8
MinRows: 6
MaxRows: 9
MinColumns: 6
MaxColumns: 8
NumCellTypes: 6
NumSpecialTypes: 2
BasicCellPoints: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,10 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 6d852a063770348b68caa91b8e7642a5, type: 3}
m_Name:
m_EditorClassIdentifier:
Rows: 9
Columns: 8
MinRows: 6
MaxRows: 9
MinColumns: 6
MaxColumns: 8
NumCellTypes: 6
NumSpecialTypes: 2
BasicCellPoints: 1
Expand Down
Loading

0 comments on commit d17b735

Please sign in to comment.