feat: refactor how frontend was structured
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 1m16s
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 1m16s
This commit is contained in:
@@ -10,18 +10,18 @@
|
||||
"scale": {
|
||||
"type": "float",
|
||||
"min": 0.1,
|
||||
"max": 100
|
||||
"max": 10
|
||||
},
|
||||
"strength": {
|
||||
"type": "float",
|
||||
"min": 0.1,
|
||||
"max": 100
|
||||
"max": 10
|
||||
},
|
||||
"fixBottom": {
|
||||
"type": "float",
|
||||
"label": "Fixate bottom of plant",
|
||||
"hidden": true,
|
||||
"value": 0,
|
||||
"value": 1,
|
||||
"min": 0,
|
||||
"max": 1
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user