You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* With some piece types, you need extra space between them. Expressed as a percentage of cell size, this will insert some padding between pieces.
1096
+
*/
1097
+
spacing?: number;
1094
1098
}
1095
1099
/**
1096
1100
* This is a special area currently only used for the DVGC games and incorporates a `pieces`-style area into the game board itself. It is currently only designed for two-player use with 180 degree rotation. The area is clickable, as are the pieces within. You must tell the renderer which area belongs to which player.
Copy file name to clipboardExpand all lines: src/schemas/schema.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -703,6 +703,10 @@
703
703
{"$ref": "#/$defs/colourfuncs"},
704
704
{"$ref": "#/$defs/colourstrings"}
705
705
]
706
+
},
707
+
"spacing": {
708
+
"description": "With some piece types, you need extra space between them. Expressed as a percentage of cell size, this will insert some padding between pieces.",
0 commit comments