Updated node format to account for duplicated slot names + regenerated node names
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
This commit is contained in:
@@ -5,37 +5,37 @@
|
||||
"context": "ScriptCanvas::Node",
|
||||
"variant": "",
|
||||
"details": {
|
||||
"name": "Random Vector2",
|
||||
"name": "Random Vector 2",
|
||||
"category": "Math/Random",
|
||||
"tooltip": "Returns a random Vector2"
|
||||
"tooltip": "returns a random Vector2"
|
||||
},
|
||||
"slots": [
|
||||
{
|
||||
"base": "Input_In",
|
||||
"base": "Input_In_0",
|
||||
"details": {
|
||||
"name": "In"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "Output_Out",
|
||||
"base": "Output_Out_0",
|
||||
"details": {
|
||||
"name": "Out"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "DataInput_Min",
|
||||
"base": "DataInput_Min_0",
|
||||
"details": {
|
||||
"name": "Min"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "DataInput_Max",
|
||||
"base": "DataInput_Max_1",
|
||||
"details": {
|
||||
"name": "Max"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "DataOutput_Result",
|
||||
"base": "DataOutput_Result_0",
|
||||
"details": {
|
||||
"name": "Result"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user