new 33c0e9569b8825f53d773343cc90e4377118edca
[tagua/yd.git] / data / themes / pieces / SkullsSVG / theme.lua
blob65b65bc21e9f45ca781011cac8728b8c84e290ad
1 import("piece_theme.lua")
2 shadow=7.0
3 shadow_color="#404050"
4 shadow_offset_x=6
5 shadow_offset_y=4
6 shadow_grow=5
8 theme.black_bishop = fromSVG("bb.svg")
9 theme.black_king = fromSVG("bk.svg")
10 theme.black_knight = fromSVG("bn.svg")
11 theme.black_pawn = fromSVG("bp.svg")
12 theme.black_queen = fromSVG("bq.svg")
13 theme.black_rook = fromSVG("br.svg")
14 theme.white_bishop = fromSVG("wb.svg")
15 theme.white_king = fromSVG("wk.svg")
16 theme.white_knight = fromSVG("wn.svg")
17 theme.white_pawn = fromSVG("wp.svg")
18 theme.white_queen = fromSVG("wq.svg")
19 theme.white_rook = fromSVG("wr.svg")