new 33c0e9569b8825f53d773343cc90e4377118edca
[tagua/yd.git] / data / themes / pieces / FantasySVG / theme.lua
blob3ff40308a4110d1b1ba2f5bc82c58e8cdaf0bba3
1 import("piece_theme.lua")
3 shadow=7.0
4 shadow_color="#404050"
5 shadow_offset_x=6
6 shadow_offset_y=4
7 shadow_grow=5
9 theme.black_gold = fromSVG("bg.svg")
10 theme.black_horse = fromSVG("bn.svg")
11 theme.black_lance = fromSVG("bl.svg")
12 theme.black_silver = fromSVG("bs.svg")
13 theme.black_p_bishop = fromSVG("bh.svg")
14 theme.black_p_knight = fromSVG("bg.svg")
15 theme.black_p_lance = fromSVG("bg.svg")
16 theme.black_p_pawn = fromSVG("bg.svg")
17 theme.black_p_rook = fromSVG("bd.svg")
18 theme.black_p_silver = fromSVG("bg.svg")
19 theme.white_gold = fromSVG("wg.svg")
20 theme.white_horse = fromSVG("wn.svg")
21 theme.white_lance = fromSVG("wl.svg")
22 theme.white_silver = fromSVG("ws.svg")
23 theme.white_p_bishop = fromSVG("wh.svg")
24 theme.white_p_knight = fromSVG("wg.svg")
25 theme.white_p_lance = fromSVG("wg.svg")
26 theme.white_p_pawn = fromSVG("wg.svg")
27 theme.white_p_rook = fromSVG("wd.svg")
28 theme.white_p_silver = fromSVG("wg.svg")
30 theme.black_bishop = fromSVG("bb.svg")
31 theme.black_king = fromSVG("bk.svg")
32 theme.black_knight = fromSVG("bn.svg")
33 theme.black_pawn = fromSVG("bp.svg")
34 theme.black_queen = fromSVG("bq.svg")
35 theme.black_rook = fromSVG("br.svg")
36 theme.white_bishop = fromSVG("wb.svg")
37 theme.white_king = fromSVG("wk.svg")
38 theme.white_knight = fromSVG("wn.svg")
39 theme.white_pawn = fromSVG("wp.svg")
40 theme.white_queen = fromSVG("wq.svg")
41 theme.white_rook = fromSVG("wr.svg")