Skip to content

Commit

Permalink
Change dimensions to 20x10
Browse files Browse the repository at this point in the history
  • Loading branch information
aliciaxw committed Apr 15, 2020
1 parent c125f8e commit 14218d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ class App extends React.Component {
constructor(props) {
super(props);
this.state = {
boardRows: 12,
boardCols: 25,
boardRows: 10,
boardCols: 20,
board: [], // 2d array where each element is an array strings of path to asset
selectedAsset: DEFAULT_SELECTED_ASSET,
selectedAssetIsBackground: DEFAULT_SELECTED_ASSET_IS_BACKGROUND,
Expand Down

0 comments on commit 14218d5

Please sign in to comment.