WIP
This commit is contained in:
@@ -34,6 +34,10 @@ import wood1 from "./pic/wood1";
|
||||
import wood2 from "./pic/wood2";
|
||||
import wood3 from "./pic/wood3";
|
||||
import wood4 from "./pic/wood4";
|
||||
import wood5 from "./pic/wood5";
|
||||
import wood6 from "./pic/wood6";
|
||||
import wood7 from "./pic/wood7";
|
||||
import wood8 from "./pic/wood8";
|
||||
|
||||
const styles = {
|
||||
standard,
|
||||
@@ -71,6 +75,10 @@ const styles = {
|
||||
wood2,
|
||||
wood3,
|
||||
wood4,
|
||||
wood5,
|
||||
wood6,
|
||||
wood7,
|
||||
wood8,
|
||||
};
|
||||
|
||||
export default styles;
|
||||
|
||||
@@ -32,9 +32,9 @@ const style: Style = {
|
||||
},
|
||||
},
|
||||
coords: {
|
||||
onLight: "#5a4334",
|
||||
onDark: "#c2a078",
|
||||
onBorder: "#c2a078",
|
||||
onLight: "#604939",
|
||||
onDark: "#e1d0b7",
|
||||
onBorder: "#dac4a4",
|
||||
},
|
||||
ico: "/textures/wood01_ico.png",
|
||||
};
|
||||
|
||||
@@ -23,7 +23,7 @@ const style: Style = {
|
||||
},
|
||||
moveIndicator: {
|
||||
type: "color",
|
||||
data: "#ff007733",
|
||||
data: "#55ff0022",
|
||||
},
|
||||
border: {
|
||||
type: "image",
|
||||
@@ -32,9 +32,9 @@ const style: Style = {
|
||||
},
|
||||
},
|
||||
coords: {
|
||||
onLight: "#773e2d",
|
||||
onDark: "#d6b29a",
|
||||
onBorder: "#d6b29a",
|
||||
onLight: "#704642",
|
||||
onDark: "#e1c1b7",
|
||||
onBorder: "#d9b1a5",
|
||||
},
|
||||
ico: "/textures/wood02_ico.png",
|
||||
};
|
||||
|
||||
@@ -23,7 +23,7 @@ const style: Style = {
|
||||
},
|
||||
moveIndicator: {
|
||||
type: "color",
|
||||
data: "#55ff0022",
|
||||
data: "#ff007733",
|
||||
},
|
||||
border: {
|
||||
type: "image",
|
||||
@@ -32,9 +32,9 @@ const style: Style = {
|
||||
},
|
||||
},
|
||||
coords: {
|
||||
onLight: "#452b1d",
|
||||
onDark: "#c49969",
|
||||
onBorder: "#c49969",
|
||||
onLight: "#986738",
|
||||
onDark: "#e2d3b6",
|
||||
onBorder: "#dac7a0",
|
||||
},
|
||||
ico: "/textures/wood03_ico.png",
|
||||
};
|
||||
|
||||
@@ -23,7 +23,7 @@ const style: Style = {
|
||||
},
|
||||
moveIndicator: {
|
||||
type: "color",
|
||||
data: "#55ff0022",
|
||||
data: "#ff007733",
|
||||
},
|
||||
border: {
|
||||
type: "image",
|
||||
@@ -32,9 +32,9 @@ const style: Style = {
|
||||
},
|
||||
},
|
||||
coords: {
|
||||
onLight: "#8b674c",
|
||||
onDark: "#ebdbc8",
|
||||
onBorder: "#e7cbac",
|
||||
onLight: "#9e543b",
|
||||
onDark: "#e3c7b5",
|
||||
onBorder: "#ddbba4",
|
||||
},
|
||||
ico: "/textures/wood04_ico.png",
|
||||
};
|
||||
|
||||
42
src/board/styles-board/pic/wood5.ts
Normal file
42
src/board/styles-board/pic/wood5.ts
Normal file
@@ -0,0 +1,42 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Wood 5",
|
||||
category: "pic",
|
||||
background: {
|
||||
type: "image",
|
||||
data: {
|
||||
src: "/textures/wood05.jpg",
|
||||
},
|
||||
},
|
||||
dark: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: "transparent",
|
||||
},
|
||||
},
|
||||
light: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: "transparent",
|
||||
},
|
||||
},
|
||||
moveIndicator: {
|
||||
type: "color",
|
||||
data: "#55ff0022",
|
||||
},
|
||||
border: {
|
||||
type: "image",
|
||||
data: {
|
||||
src: "/textures/wood05_bg.jpg",
|
||||
},
|
||||
},
|
||||
coords: {
|
||||
onLight: "#8f653d",
|
||||
onDark: "#e3ceb5",
|
||||
onBorder: "#dcc2a3",
|
||||
},
|
||||
ico: "/textures/wood05_ico.png",
|
||||
};
|
||||
|
||||
export default style;
|
||||
42
src/board/styles-board/pic/wood6.ts
Normal file
42
src/board/styles-board/pic/wood6.ts
Normal file
@@ -0,0 +1,42 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Wood 6",
|
||||
category: "pic",
|
||||
background: {
|
||||
type: "image",
|
||||
data: {
|
||||
src: "/textures/wood06.jpg",
|
||||
},
|
||||
},
|
||||
dark: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: "transparent",
|
||||
},
|
||||
},
|
||||
light: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: "transparent",
|
||||
},
|
||||
},
|
||||
moveIndicator: {
|
||||
type: "color",
|
||||
data: "#55ff0022",
|
||||
},
|
||||
border: {
|
||||
type: "image",
|
||||
data: {
|
||||
src: "/textures/wood06_bg.jpg",
|
||||
},
|
||||
},
|
||||
coords: {
|
||||
onLight: "#865946",
|
||||
onDark: "#dfc8b9",
|
||||
onBorder: "#d7bba8",
|
||||
},
|
||||
ico: "/textures/wood06_ico.png",
|
||||
};
|
||||
|
||||
export default style;
|
||||
42
src/board/styles-board/pic/wood7.ts
Normal file
42
src/board/styles-board/pic/wood7.ts
Normal file
@@ -0,0 +1,42 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Wood 7",
|
||||
category: "pic",
|
||||
background: {
|
||||
type: "image",
|
||||
data: {
|
||||
src: "/textures/wood07.jpg",
|
||||
},
|
||||
},
|
||||
dark: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: "transparent",
|
||||
},
|
||||
},
|
||||
light: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: "transparent",
|
||||
},
|
||||
},
|
||||
moveIndicator: {
|
||||
type: "color",
|
||||
data: "#55ff0022",
|
||||
},
|
||||
border: {
|
||||
type: "image",
|
||||
data: {
|
||||
src: "/textures/wood07_bg.jpg",
|
||||
},
|
||||
},
|
||||
coords: {
|
||||
onLight: "#734926",
|
||||
onDark: "#cab99b",
|
||||
onBorder: "#cab99b",
|
||||
},
|
||||
ico: "/textures/wood07_ico.png",
|
||||
};
|
||||
|
||||
export default style;
|
||||
42
src/board/styles-board/pic/wood8.ts
Normal file
42
src/board/styles-board/pic/wood8.ts
Normal file
@@ -0,0 +1,42 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Wood 8",
|
||||
category: "pic",
|
||||
background: {
|
||||
type: "image",
|
||||
data: {
|
||||
src: "/textures/wood08.jpg",
|
||||
},
|
||||
},
|
||||
dark: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: "transparent",
|
||||
},
|
||||
},
|
||||
light: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: "transparent",
|
||||
},
|
||||
},
|
||||
moveIndicator: {
|
||||
type: "color",
|
||||
data: "#55ff0022",
|
||||
},
|
||||
border: {
|
||||
type: "image",
|
||||
data: {
|
||||
src: "/textures/wood08_bg.jpg",
|
||||
},
|
||||
},
|
||||
coords: {
|
||||
onLight: "#723627",
|
||||
onDark: "#cbad9a",
|
||||
onBorder: "#cbad9a",
|
||||
},
|
||||
ico: "/textures/wood08_ico.png",
|
||||
};
|
||||
|
||||
export default style;
|
||||
Reference in New Issue
Block a user