More fancyness, less bugs

This commit is contained in:
Pieter Vander Vennet 2020-11-17 16:29:51 +01:00
parent 16612b10ef
commit 2177db376c
27 changed files with 821 additions and 607 deletions

View file

@ -16,11 +16,11 @@
"tagRenderings": [],
"icon": "./assets/svg/direction_gradient.svg",
"rotation": {
"render": "{camera:direction}",
"render": "{camera:direction}deg",
"mappings": [
{
"if": "direction~*",
"then": "{direction}"
"then": "{direction}deg"
}
]
},