mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
Fixed node in templates and base library.
This commit is contained in:
parent
a77ad3363e
commit
53cdb893af
@ -1622,7 +1622,7 @@
|
||||
"y": -658
|
||||
},
|
||||
"parameters": {
|
||||
"repeat": false,
|
||||
"repeat": true,
|
||||
"rotate": 0,
|
||||
"scale_x": 1,
|
||||
"scale_y": 1,
|
||||
@ -1829,7 +1829,7 @@
|
||||
"y": -629
|
||||
},
|
||||
"parameters": {
|
||||
"repeat": false,
|
||||
"repeat": true,
|
||||
"rotate": 0,
|
||||
"scale_x": 1,
|
||||
"scale_y": 1,
|
||||
@ -1982,7 +1982,7 @@
|
||||
"y": -714.099976
|
||||
},
|
||||
"parameters": {
|
||||
"repeat": false,
|
||||
"repeat": true,
|
||||
"rotate": 0,
|
||||
"scale_x": 1,
|
||||
"scale_y": 1,
|
||||
|
@ -12,7 +12,7 @@
|
||||
"global": "",
|
||||
"inputs": [
|
||||
{
|
||||
"default": "0.0",
|
||||
"default": "vec4(1.0, 1.0, 1.0, 1.0)",
|
||||
"label": "",
|
||||
"name": "in",
|
||||
"type": "rgba"
|
||||
|
Loading…
Reference in New Issue
Block a user