WIP
This commit is contained in:
@@ -9,9 +9,13 @@ import governor from "./governor";
|
||||
import horsey from "./horsey";
|
||||
import maestro from "./maestro";
|
||||
import magnetic from "./magnetic";
|
||||
import mark from "./mark";
|
||||
import maya from "./maya";
|
||||
import merida from "./merida";
|
||||
import simple from "./simple";
|
||||
import motif from "./motif";
|
||||
import pirat from "./pirat";
|
||||
import regular from "./regular";
|
||||
import smart from "./smart";
|
||||
import staunty from "./staunty";
|
||||
import tatiana from "./tatiana";
|
||||
|
||||
@@ -27,9 +31,13 @@ const piecesSets = {
|
||||
horsey,
|
||||
maestro,
|
||||
magnetic,
|
||||
mark,
|
||||
maya,
|
||||
merida,
|
||||
simple,
|
||||
motif,
|
||||
pirat,
|
||||
regular,
|
||||
smart,
|
||||
staunty,
|
||||
tatiana,
|
||||
};
|
||||
|
||||
16
src/board/styles-pieces/mark.ts
Executable file
16
src/board/styles-pieces/mark.ts
Executable file
@@ -0,0 +1,16 @@
|
||||
const mark = {
|
||||
kw: "/pieces/mark/kw.svg",
|
||||
qw: "/pieces/mark/qw.svg",
|
||||
rw: "/pieces/mark/rw.svg",
|
||||
bw: "/pieces/mark/bw.svg",
|
||||
nw: "/pieces/mark/nw.svg",
|
||||
pw: "/pieces/mark/pw.svg",
|
||||
kb: "/pieces/mark/kb.svg",
|
||||
qb: "/pieces/mark/qb.svg",
|
||||
rb: "/pieces/mark/rb.svg",
|
||||
bb: "/pieces/mark/bb.svg",
|
||||
nb: "/pieces/mark/nb.svg",
|
||||
pb: "/pieces/mark/pb.svg",
|
||||
};
|
||||
|
||||
export default mark;
|
||||
16
src/board/styles-pieces/motif.ts
Executable file
16
src/board/styles-pieces/motif.ts
Executable file
@@ -0,0 +1,16 @@
|
||||
const motif = {
|
||||
kw: "/pieces/motif/kw.svg",
|
||||
qw: "/pieces/motif/qw.svg",
|
||||
rw: "/pieces/motif/rw.svg",
|
||||
bw: "/pieces/motif/bw.svg",
|
||||
nw: "/pieces/motif/nw.svg",
|
||||
pw: "/pieces/motif/pw.svg",
|
||||
kb: "/pieces/motif/kb.svg",
|
||||
qb: "/pieces/motif/qb.svg",
|
||||
rb: "/pieces/motif/rb.svg",
|
||||
bb: "/pieces/motif/bb.svg",
|
||||
nb: "/pieces/motif/nb.svg",
|
||||
pb: "/pieces/motif/pb.svg",
|
||||
};
|
||||
|
||||
export default motif;
|
||||
16
src/board/styles-pieces/pirat.ts
Executable file
16
src/board/styles-pieces/pirat.ts
Executable file
@@ -0,0 +1,16 @@
|
||||
const pirat = {
|
||||
kw: "/pieces/pirat/kw.svg",
|
||||
qw: "/pieces/pirat/qw.svg",
|
||||
rw: "/pieces/pirat/rw.svg",
|
||||
bw: "/pieces/pirat/bw.svg",
|
||||
nw: "/pieces/pirat/nw.svg",
|
||||
pw: "/pieces/pirat/pw.svg",
|
||||
kb: "/pieces/pirat/kb.svg",
|
||||
qb: "/pieces/pirat/qb.svg",
|
||||
rb: "/pieces/pirat/rb.svg",
|
||||
bb: "/pieces/pirat/bb.svg",
|
||||
nb: "/pieces/pirat/nb.svg",
|
||||
pb: "/pieces/pirat/pb.svg",
|
||||
};
|
||||
|
||||
export default pirat;
|
||||
16
src/board/styles-pieces/regular.ts
Executable file
16
src/board/styles-pieces/regular.ts
Executable file
@@ -0,0 +1,16 @@
|
||||
const regular = {
|
||||
kw: "/pieces/regular/kw.svg",
|
||||
qw: "/pieces/regular/qw.svg",
|
||||
rw: "/pieces/regular/rw.svg",
|
||||
bw: "/pieces/regular/bw.svg",
|
||||
nw: "/pieces/regular/nw.svg",
|
||||
pw: "/pieces/regular/pw.svg",
|
||||
kb: "/pieces/regular/kb.svg",
|
||||
qb: "/pieces/regular/qb.svg",
|
||||
rb: "/pieces/regular/rb.svg",
|
||||
bb: "/pieces/regular/bb.svg",
|
||||
nb: "/pieces/regular/nb.svg",
|
||||
pb: "/pieces/regular/pb.svg",
|
||||
};
|
||||
|
||||
export default regular;
|
||||
@@ -1,16 +0,0 @@
|
||||
const simple = {
|
||||
kw: "/pieces/simple/kw.svg",
|
||||
qw: "/pieces/simple/qw.svg",
|
||||
rw: "/pieces/simple/rw.svg",
|
||||
bw: "/pieces/simple/bw.svg",
|
||||
nw: "/pieces/simple/nw.svg",
|
||||
pw: "/pieces/simple/pw.svg",
|
||||
kb: "/pieces/simple/kb.svg",
|
||||
qb: "/pieces/simple/qb.svg",
|
||||
rb: "/pieces/simple/rb.svg",
|
||||
bb: "/pieces/simple/bb.svg",
|
||||
nb: "/pieces/simple/nb.svg",
|
||||
pb: "/pieces/simple/pb.svg",
|
||||
};
|
||||
|
||||
export default simple;
|
||||
16
src/board/styles-pieces/smart.ts
Executable file
16
src/board/styles-pieces/smart.ts
Executable file
@@ -0,0 +1,16 @@
|
||||
const smart = {
|
||||
kw: "/pieces/smart/kw.svg",
|
||||
qw: "/pieces/smart/qw.svg",
|
||||
rw: "/pieces/smart/rw.svg",
|
||||
bw: "/pieces/smart/bw.svg",
|
||||
nw: "/pieces/smart/nw.svg",
|
||||
pw: "/pieces/smart/pw.svg",
|
||||
kb: "/pieces/smart/kb.svg",
|
||||
qb: "/pieces/smart/qb.svg",
|
||||
rb: "/pieces/smart/rb.svg",
|
||||
bb: "/pieces/smart/bb.svg",
|
||||
nb: "/pieces/smart/nb.svg",
|
||||
pb: "/pieces/smart/pb.svg",
|
||||
};
|
||||
|
||||
export default smart;
|
||||
Reference in New Issue
Block a user