new 4475edb243ed4627f4c5f2c470ca40b3def034d4
[tagua/yd.git] / data / themes / figurines / FantasyTTF / theme.lua
blob36daebe1cf52e0bd696e95a0a2c0474e3e9822f5
1 import("piece_theme.lua")
3 function Fig(char)
4 return Glyph("Fantasy.ttf", char, 3)
5 end
7 theme.bishop = Fig("0x0062")
8 theme.king = Fig("0x006b")
9 theme.knight = Fig("0x006e")
10 theme.pawn = Fig("0x0070")
11 theme.queen = Fig("0x0071")
12 theme.rook = Fig("0x0072")