28 lines
539 B
Text
28 lines
539 B
Text
// SPDX-FileCopyrightText: yar2000T <https://github.com/yar2000T>
|
|
// SPDX-License-Identifier: CC0-1.0
|
|
|
|
{
|
|
name: "KnightForge",
|
|
author: "yar2000T",
|
|
license: "CC-BY-4.0",
|
|
themeVersion: "1.0",
|
|
|
|
engineVersion: 1,
|
|
|
|
maxMenuRadius: 160,
|
|
|
|
centerTextWrapWidth: 120,
|
|
|
|
drawChildrenBelow: true,
|
|
|
|
drawSelectionWedges: true,
|
|
|
|
colors: {
|
|
"text-color": "rgb(255, 255, 255)",
|
|
"wedge-highlight-color": "rgba(0, 0, 0, 0.1)",
|
|
"wedge-color": "rgba(0, 0, 0, 0.2)",
|
|
},
|
|
|
|
layers: [{ class: 'label-layer', content: 'name' },
|
|
],
|
|
}
|