mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
Fixed a silly error with Hexgrid
This commit is contained in:
parent
1bc9e07098
commit
aef1429411
2 changed files with 2 additions and 2 deletions
|
|
@ -269,7 +269,7 @@ export default class DHToken extends CONFIG.Token.documentClass {
|
||||||
|
|
||||||
// Hexagon symmetry
|
// Hexagon symmetry
|
||||||
if (columns) {
|
if (columns) {
|
||||||
const rowData = BaseToken.#getHexagonalShape(height, width, shape, false);
|
const rowData = DHToken.#getHexagonalShape(height, width, shape, false);
|
||||||
if (!rowData) return null;
|
if (!rowData) return null;
|
||||||
|
|
||||||
// Transpose the offsets/points of the shape in row orientation
|
// Transpose the offsets/points of the shape in row orientation
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "daggerheart",
|
"id": "daggerheart",
|
||||||
"title": "Daggerheart",
|
"title": "Daggerheart",
|
||||||
"description": "An unofficial implementation of the Daggerheart system",
|
"description": "An unofficial implementation of the Daggerheart system",
|
||||||
"version": "1.6.1",
|
"version": "1.6.2",
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
"minimum": "13.346",
|
"minimum": "13.346",
|
||||||
"verified": "13.351",
|
"verified": "13.351",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue