mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
Fixed Template range texts
This commit is contained in:
parent
bcb30a6ff7
commit
37c53ad74e
6 changed files with 43 additions and 14 deletions
|
|
@ -74,8 +74,8 @@ export const range = {
|
|||
export const templateTypes = {
|
||||
CIRCLE: 'circle',
|
||||
CONE: 'cone',
|
||||
RECTANGLE: 'rect',
|
||||
RAY: 'ray',
|
||||
RECTANGLE: 'rectangle',
|
||||
LINE: 'line',
|
||||
EMANATION: 'emanation',
|
||||
INFRONT: 'inFront'
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue