chiark / gitweb /
add pieces (and run media-scraper)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 8 Dec 2020 13:58:52 +0000 (13:58 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 8 Dec 2020 13:58:52 +0000 (13:58 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
library/edited.toml
library/edited/files.make
specs/penultima.game.toml

index 847d6f7211f9b8d4bf1f92a85f667b16b38c36b2..1ce5fc1e332e7aec17306751a712a0814efd3a41 100644 (file)
@@ -13,3 +13,16 @@ outline = "Square"
 files = """
 chess-board    Chess_board_blank       the chessboard
 """
+
+[group.chess-misc]
+size = [32]
+scale = 0.30
+centre = [16,16]
+item_prefix = "chess-"
+outline = "Circle"
+files = """
+b-portal-blue  portal-blue-black   a blue portal piece belonging to black
+w-portal-blue  portal-blue-white   a blue portal piece belonging to white
+b-portal-orange        portal-orange-black an orange portal piece belonging to black
+w-portal-orange        portal-orange-white an orange portal piece belonging to white
+"""
index 3094b07ecc1a5993679e04837c32fa44c2b2c3b9..54d0640b72cdbd5bd3745a7bff8130108b0f7967 100644 (file)
@@ -1,3 +1,15 @@
 LIBRARY_FILES += library/edited/chess-board.usvg
 library/edited/chess-board.usvg: library/edited/chess-board.svg library/edited/LICENCE library/edited.toml
        $(LIBRARY_PROCESS_SVG)
+LIBRARY_FILES += library/edited/chess-b-portal-blue.usvg
+library/edited/chess-b-portal-blue.usvg: library/edited/chess-b-portal-blue.svg library/edited/LICENCE library/edited.toml
+       $(LIBRARY_PROCESS_SVG)
+LIBRARY_FILES += library/edited/chess-w-portal-blue.usvg
+library/edited/chess-w-portal-blue.usvg: library/edited/chess-w-portal-blue.svg library/edited/LICENCE library/edited.toml
+       $(LIBRARY_PROCESS_SVG)
+LIBRARY_FILES += library/edited/chess-b-portal-orange.usvg
+library/edited/chess-b-portal-orange.usvg: library/edited/chess-b-portal-orange.svg library/edited/LICENCE library/edited.toml
+       $(LIBRARY_PROCESS_SVG)
+LIBRARY_FILES += library/edited/chess-w-portal-orange.usvg
+library/edited/chess-w-portal-orange.usvg: library/edited/chess-w-portal-orange.svg library/edited/LICENCE library/edited.toml
+       $(LIBRARY_PROCESS_SVG)
index eb334ae3d5a1b075fb15519a36a8cfaea3110196..f5873c98f4bad4b46a6739704f4539d9c88d84db 100644 (file)
@@ -173,3 +173,20 @@ prefix = "chess-b-"
 items = ["commoner","elephant","knight-king","mann","zebra"]
 posd = [10, 0]
 
+
+[[pieces]]
+pos = [210, 155]
+type = "LibList"
+lib = "edited"
+prefix = "chess-w-"
+items = ["portal-orange", "portal-orange", "portal-blue", "portal-blue"]
+posd = [10, 0]
+
+[[pieces]]
+pos = [210, 165]
+type = "LibList"
+lib = "edited"
+prefix = "chess-b-"
+items = ["portal-orange", "portal-orange", "portal-blue", "portal-blue"]
+posd = [10, 0]
+