chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd3462f
)
wip pieces in demo game
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 22 Aug 2020 21:19:28 +0000
(22:19 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 22 Aug 2020 21:19:28 +0000
(22:19 +0100)
demo/test.game.toml
patch
|
blob
|
history
diff --git
a/demo/test.game.toml
b/demo/test.game.toml
index 46823f5d11df4261d734759e9a10d7c91fce5337..6c19b27cec03606514a1df23b326c18b4f37167b 100644
(file)
--- a/
demo/test.game.toml
+++ b/
demo/test.game.toml
@@
-1,5
+1,13
@@
-
table = [300, 1
00]
+
# table_size = [300, 2
00]
[[pieces]]
pos = [90,80]
type = "Disc"
+diam = 20
+faces = ["red","grey"]
+
+[[pieces]]
+pos = [90, 60]
+type = "Square"
+size = [20]
+faces = ["blue", "grey"]