From 65eddc27ac23caac343aff12980262ce132e6f3c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 8 Dec 2020 13:58:52 +0000 Subject: [PATCH] add pieces (and run media-scraper) Signed-off-by: Ian Jackson --- library/edited.toml | 13 +++++++++++++ library/edited/files.make | 12 ++++++++++++ specs/penultima.game.toml | 17 +++++++++++++++++ 3 files changed, 42 insertions(+) diff --git a/library/edited.toml b/library/edited.toml index 847d6f72..1ce5fc1e 100644 --- a/library/edited.toml +++ b/library/edited.toml @@ -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 +""" diff --git a/library/edited/files.make b/library/edited/files.make index 3094b07e..54d0640b 100644 --- a/library/edited/files.make +++ b/library/edited/files.make @@ -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) diff --git a/specs/penultima.game.toml b/specs/penultima.game.toml index eb334ae3..f5873c98 100644 --- a/specs/penultima.game.toml +++ b/specs/penultima.game.toml @@ -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] + -- 2.30.2