From 43d386717ea0adda9d228a4368f15c805be932a4 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 22 Mar 2021 19:06:20 +0000 Subject: [PATCH] mao: Make hands smaller Signed-off-by: Ian Jackson --- specs/mao.game.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/specs/mao.game.toml b/specs/mao.game.toml index a0375e6d..5fc10391 100644 --- a/specs/mao.game.toml +++ b/specs/mao.game.toml @@ -87,7 +87,7 @@ type = "Hand" edge = "white" edge_width = 0.75 shape.type = "Rectangle" -shape.xy = [97,40] +shape.xy = [97,25] [[pieces]] pos = [150, 23] @@ -97,7 +97,7 @@ type = "Hand" edge = "white" edge_width = 0.75 shape.type = "Rectangle" -shape.xy = [97,40] +shape.xy = [97,25] [[pieces]] pos = [250, 30] @@ -107,7 +107,7 @@ type = "Hand" edge = "white" edge_width = 0.75 shape.type = "Rectangle" -shape.xy = [97,40] +shape.xy = [97,25] [[pieces]] pos = [250, 75] @@ -117,7 +117,7 @@ type = "Hand" edge = "darkgrey" edge_width = 1.0 shape.type = "Rectangle" -shape.xy = [97,40] +shape.xy = [97,25] [[pieces]] pos = [250, 120] @@ -127,7 +127,7 @@ type = "Hand" edge = "white" edge_width = 0.75 shape.type = "Rectangle" -shape.xy = [97,40] +shape.xy = [97,25] [[pieces]] pos = [250, 165] @@ -137,7 +137,7 @@ type = "Hand" edge = "white" edge_width = 0.75 shape.type = "Rectangle" -shape.xy = [97,40] +shape.xy = [97,25] [[pieces]] pos = [150, 177] @@ -147,7 +147,7 @@ type = "Hand" edge = "white" edge_width = 0.75 shape.type = "Rectangle" -shape.xy = [97,40] +shape.xy = [97,25] [[pieces]] pos = [50, 165] @@ -157,7 +157,7 @@ type = "Hand" edge = "white" edge_width = 0.75 shape.type = "Rectangle" -shape.xy = [97,40] +shape.xy = [97,25] [[pieces]] pos = [50, 75] @@ -167,7 +167,7 @@ type = "Hand" edge = "white" edge_width = 0.75 shape.type = "Rectangle" -shape.xy = [97,40] +shape.xy = [97,25] [[pieces]] pos = [50, 120] @@ -177,4 +177,4 @@ type = "Hand" edge = "darkgrey" edge_width = 1.0 shape.type = "Rectangle" -shape.xy = [97,40] +shape.xy = [97,25] -- 2.30.2