Hexagon Entities

Hexagon Entities en

Jay
Installations 78 Likes 7
Lists

This small plugin replaces the entity images in lists and tooltips from circles to hexagons.

To use variant two (flat hexagons on the bottom), go to your campaign's theming and add the following rule:

:root {
  --hexagon-images-use: var(--hexagon-images-variant-two);
}

Latest version 2.0

Released 1 year ago

Change the rotation of the hexacon with the new css property in your campaign theming.

To switch to variant two, add the following rule in your campaign theming:

:root {
--hexagon-images-use: var(--hexagon-images-variant-two);
}