metal board

pull/133/head
Thibault Duplessis 2014-11-27 18:18:46 +01:00
parent 11b180d768
commit 2940aed8f5
3 changed files with 6 additions and 1 deletions

View File

@ -32,7 +32,8 @@ object Theme extends ThemeObject {
"brown", "blue", "green",
"wood", "canvas", "marble",
"wood2", "blue2", "leather",
"olive", "grey", "purple"
"olive", "grey", "purple",
"metal"
) map { name => new Theme(name) }
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 469 KiB

View File

@ -78,6 +78,10 @@ body.is2d.leather .cg-board,
#top div.color_demo.leather {
background-image: url(../images/board/leather-1024.jpg);
}
body.is2d.metal .cg-board,
#top div.color_demo.metal {
background-image: url(../images/board/metal-1024.jpg);
}
/* KotH boards */
body.is2d.blue .kingOfTheHill .cg-board {