Fixed Template range texts

This commit is contained in:
WBHarry 2026-02-25 22:45:55 +01:00
parent bcb30a6ff7
commit 37c53ad74e
6 changed files with 43 additions and 14 deletions

View file

@ -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'
};