WIP
This commit is contained in:
41
src/board/styles-board/pic/wood4.ts
Normal file
41
src/board/styles-board/pic/wood4.ts
Normal file
@@ -0,0 +1,41 @@
|
||||
import { Style } from "../../../types";
|
||||
|
||||
const style: Style = {
|
||||
name: "Wood 4",
|
||||
category: "pic",
|
||||
background: {
|
||||
type: "image",
|
||||
data: {
|
||||
src: "/textures/wood04.jpg",
|
||||
},
|
||||
},
|
||||
dark: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: "transparent",
|
||||
},
|
||||
},
|
||||
light: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: "transparent",
|
||||
},
|
||||
},
|
||||
moveIndicator: {
|
||||
type: "color",
|
||||
data: "#55ff0022",
|
||||
},
|
||||
border: {
|
||||
type: "image",
|
||||
data: {
|
||||
src: "/textures/wood04_bg.jpg",
|
||||
},
|
||||
},
|
||||
coords: {
|
||||
onLight: "#333",
|
||||
onDark: "#eee",
|
||||
onBorder: "#ffffffbb",
|
||||
},
|
||||
};
|
||||
|
||||
export default style;
|
||||
Reference in New Issue
Block a user