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