chiark / gitweb /
penultimae: remove flags from example
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 10 Jan 2021 23:48:19 +0000 (23:48 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 10 Jan 2021 23:50:28 +0000 (23:50 +0000)
Black flags do not render well on light squares - the flagpole is
invisible.

Leave the in the library in case someone really wants them.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
specs/penultima.game.toml

index a98a9a225782ebe909614f8ddee91fbdba3d9993..33a4936973b8fe372d3a340f41d23af480c60ea4 100644 (file)
@@ -155,7 +155,7 @@ type = "LibList"
 lib = "wikimedia"
 prefix = "chess-w-"
 items = ["commoner","elephant","knight-king","mann","zebra",
-        "ship","giraffe","cannon","flag"]
+        "ship","giraffe","cannon"]
 posd = [10, 0]
 
 [[pieces]]
@@ -164,7 +164,7 @@ type = "LibList"
 lib = "wikimedia"
 prefix = "chess-w-"
 items = ["commoner","elephant","knight-king","mann","zebra",
-        "ship","giraffe","cannon","flag"]
+        "ship","giraffe","cannon"]
 posd = [10, 0]
 
 [[pieces]]
@@ -173,7 +173,7 @@ type = "LibList"
 lib = "wikimedia"
 prefix = "chess-b-"
 items = ["commoner","elephant","knight-king","mann","zebra",
-       "ship","giraffe","cannon","flag"]
+       "ship","giraffe","cannon"]
 posd = [10, 0]
 
 [[pieces]]
@@ -182,5 +182,5 @@ type = "LibList"
 lib = "wikimedia"
 prefix = "chess-b-"
 items = ["commoner","elephant","knight-king","mann","zebra",
-        "ship","giraffe","cannon","flag"]
+        "ship","giraffe","cannon"]
 posd = [10, 0]