diff options
author | Slávek Banko <[email protected]> | 2019-01-15 14:10:50 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-01-28 21:42:01 +0100 |
commit | 2b2fe43dd2ed6bff811982b6370afca3f864b983 (patch) | |
tree | e83f4ab836585b48c809c7074fb007fe3da40d1d /media/KCDefault/theme.conf | |
parent | 520bc2a0a150a0e51b153a8471546a955282c157 (diff) | |
download | knights-2b2fe43dd2ed6bff811982b6370afca3f864b983.tar.gz knights-2b2fe43dd2ed6bff811982b6370afca3f864b983.zip |
Extract files for themes contained in tarballs.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit c03b3aa9cdee689e5d4b1b9b85520aa4d552af42)
Diffstat (limited to 'media/KCDefault/theme.conf')
-rw-r--r-- | media/KCDefault/theme.conf | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/media/KCDefault/theme.conf b/media/KCDefault/theme.conf new file mode 100644 index 0000000..ea45377 --- /dev/null +++ b/media/KCDefault/theme.conf @@ -0,0 +1,26 @@ +[General] +Type=Chessmen +Name=Default +Version=0.9 +Author=Troy Corbin Jr. +AuthorWWW=http://knights.sourceforge.net +Notes=These are the default chessmen for Knights. + +[2DWhite] +King=white.king.png +Queen=white.queen.png +Bishop=white.bishop.png +Knight=white.knight.png +Rook=white.rook.png +Pawn=white.pawn.png + +[2DBlack] +King=black.king.png +Queen=black.queen.png +Bishop=black.bishop.png +Knight=black.knight.png +Rook=black.rook.png +Pawn=black.pawn.png + + |