feat: update some node default settings

This commit is contained in:
2026-04-20 01:08:41 +02:00
parent c0eb75d53c
commit 168e6fcc19
2 changed files with 5 additions and 3 deletions

View File

@@ -10,12 +10,14 @@
"scale": {
"type": "float",
"min": 0.1,
"max": 10
"max": 10,
"value": 1
},
"strength": {
"type": "float",
"min": 0.1,
"max": 10
"max": 10,
"value": 2
},
"fixBottom": {
"type": "float",

View File

@@ -6,7 +6,7 @@
"inputs": {
"min": {
"type": "float",
"value": 2
"value": 1
},
"max": {
"type": "float",