Script Canvas, replace the text replacement system to a JSON file based one (#5228)
It is now possible to right click on nodes on the node palette to navigate to the file that holds the text data for any given node, this way it is easy to update and improve the naming of titles, subtitles, categories, tool tips and slots.
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"entries": [
|
||||
{
|
||||
"key": "{8225BE35-4C45-4A32-94D9-3DE114F6F5AF}",
|
||||
"context": "ScriptCanvas::Node",
|
||||
"variant": "",
|
||||
"details": {
|
||||
"name": "Get Variable",
|
||||
"tooltip": "Node for referencing a property within the graph"
|
||||
},
|
||||
"slots": [
|
||||
{
|
||||
"key": "Input_In",
|
||||
"details": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled sends the property referenced by this node to a Data Output slot"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "Output_Out",
|
||||
"details": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after the referenced property has been pushed to the Data Output slot"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user