From 3a7b10f41b47401874c0cacdf0ccb56da8a01522 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 12 Jun 2022 18:30:31 +0100 Subject: [PATCH] demo game: Increase table size We want to add more things. Signed-off-by: Ian Jackson --- specs/demo.game.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/demo.game.toml b/specs/demo.game.toml index 8956302d..e48e037c 100644 --- a/specs/demo.game.toml +++ b/specs/demo.game.toml @@ -3,7 +3,7 @@ # There is NO WARRANTY. format=2 -table_size = [180, 60] +table_size = [180, 80] [[pieces]] pos = [90,40] -- 2.30.2