This commit is contained in:
Maciej Caderek
2022-03-01 23:47:10 +01:00
parent 9b7b599714
commit 05a6234389
33 changed files with 191 additions and 15 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 410 KiB

After

Width:  |  Height:  |  Size: 261 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 430 KiB

After

Width:  |  Height:  |  Size: 454 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 244 KiB

After

Width:  |  Height:  |  Size: 236 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 KiB

After

Width:  |  Height:  |  Size: 431 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 291 KiB

After

Width:  |  Height:  |  Size: 184 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 236 KiB

After

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 205 KiB

After

Width:  |  Height:  |  Size: 166 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 224 KiB

After

Width:  |  Height:  |  Size: 168 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 17 KiB

BIN
public/textures/wood05.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
public/textures/wood06.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
public/textures/wood07.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
public/textures/wood08.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@@ -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;

View File

@@ -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",
};

View File

@@ -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",
};

View File

@@ -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",
};

View File

@@ -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",
};

View 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;

View 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;

View 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;

View 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;