diff options
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 + + |