Fix board size

This commit is contained in:
Shadowfacts 2019-10-16 14:22:46 -04:00
parent f0160297f5
commit 5581eca81b
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import Combine
public class GameController: ObservableObject {
public let width = 10
public let height = 16
public let height = 20
var state: GameState = .waitingForStart