diff --git a/src/modules/GameManager.ts b/src/modules/GameManager.ts index 26dd670..dc84d8f 100644 --- a/src/modules/GameManager.ts +++ b/src/modules/GameManager.ts @@ -18,7 +18,7 @@ export default class GameManager { this.container.eventMode = 'dynamic'; this.container.sortableChildren = true; this.container.interactiveChildren = true; - this.grid = new Grid(5, app.view.width); + this.grid = new Grid(6, app.view.width); const cellselectArea = this.grid.getContainers(); this.container.addChild(...cellselectArea);