WIP
This commit is contained in:
16
src/board/styles-pieces/tfb.ts
Executable file
16
src/board/styles-pieces/tfb.ts
Executable file
@@ -0,0 +1,16 @@
|
||||
const tfb = {
|
||||
kw: "/pieces/tfb/kw.svg",
|
||||
qw: "/pieces/tfb/qw.svg",
|
||||
rw: "/pieces/tfb/rw.svg",
|
||||
bw: "/pieces/tfb/bw.svg",
|
||||
nw: "/pieces/tfb/nw.svg",
|
||||
pw: "/pieces/tfb/pw.svg",
|
||||
kb: "/pieces/tfb/kb.svg",
|
||||
qb: "/pieces/tfb/qb.svg",
|
||||
rb: "/pieces/tfb/rb.svg",
|
||||
bb: "/pieces/tfb/bb.svg",
|
||||
nb: "/pieces/tfb/nb.svg",
|
||||
pb: "/pieces/tfb/pb.svg",
|
||||
};
|
||||
|
||||
export default tfb;
|
||||
Reference in New Issue
Block a user