Skip to content

Commit

Permalink
key-select-manual Updating version and templates
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNCatz committed Jan 18, 2022
1 parent d43be88 commit 6fedd38
Show file tree
Hide file tree
Showing 11 changed files with 1,793 additions and 1,792 deletions.
3 changes: 2 additions & 1 deletion Code/NodeCode/NodeSlots/KeySelectSlot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ public override void _GuiInput( InputEvent @event )
private void OpenPopup()
{
FillOptions();
_popup.PopupCentered();
_popup.Popup_();
_popup.RectPosition = GetGlobalMousePosition();
}

private void FillOptions()
Expand Down
2 changes: 1 addition & 1 deletion Resources/TEMPLATE.tmplt
Original file line number Diff line number Diff line change
Expand Up @@ -1434,5 +1434,5 @@
]
}
],
"metaMakerVersion": "0.7.0"
"metaMakerVersion": "0.7.1"
}
2 changes: 1 addition & 1 deletion Resources/Version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.0
0.7.1
276 changes: 138 additions & 138 deletions Templates-and-Graphs/DebugCommand.ngmap
Original file line number Diff line number Diff line change
@@ -1,141 +1,4 @@
{
"metaMakerVersion": "0.7.0",
"defaultListing": "_commandHub",
"explicitNode": "Commands",
"reuseDll": true,
"exportScript": "",
"nestingColors": [
{
"r": 0.21875,
"g": 1.0,
"b": 0.0,
"a": 1.0
},
{
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
],
"keyColors": [],
"nodeList": [
{
"title": "Commands",
"color": {
"r": 0.234638348,
"g": 0.2578125,
"b": 0.248800322,
"a": 1.0
},
"parentType": -1,
"fields": [
{
"fieldType": "FIELD_LIST",
"label": "_commandHub",
"field": {
"fieldType": "LINK_TO_CHILD",
"label": "2",
"slotType": 0,
"explicitNode": "",
"emptyHandling": "SKIP"
}
}
]
},
{
"title": "Command Set",
"color": {
"r": 0.431372553,
"g": 0.5019608,
"b": 0.4745098,
"a": 1.0
},
"parentType": 0,
"fields": [
{
"fieldType": "TYPE",
"Class Assembly": "Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",
"Class Type": "CommandSet"
},
{
"fieldType": "TEXT_LINE",
"label": "Id",
"defaultValue": "String"
},
{
"fieldType": "TEXT_AREA",
"label": "Description",
"minHeight": 40.0,
"defaultValue": "Some text"
},
{
"fieldType": "TEXT_LINE",
"label": "Format",
"defaultValue": "String"
},
{
"fieldType": "FIELD_LIST",
"label": "SubCommands",
"field": {
"fieldType": "LINK_TO_CHILD",
"label": "3",
"slotType": 0,
"explicitNode": "",
"emptyHandling": "EMPTY_OBJECT"
}
}
]
},
{
"title": "Command",
"color": {
"r": 0.339946151,
"g": 0.578125,
"b": 0.5557957,
"a": 1.0
},
"parentType": 0,
"fields": [
{
"fieldType": "TYPE",
"Class Assembly": "Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",
"Class Type": "CommandTerminal"
},
{
"fieldType": "TEXT_LINE",
"label": "Id",
"defaultValue": "String"
},
{
"fieldType": "TEXT_AREA",
"label": "Description",
"minHeight": 40.0,
"defaultValue": "Some text"
},
{
"fieldType": "TEXT_LINE",
"label": "Format",
"defaultValue": "String"
},
{
"fieldType": "TEXT_LINE",
"label": "EventId",
"defaultValue": "String"
},
{
"fieldType": "INT",
"label": "ParameterCount",
"MinStepSize": "0",
"hasMax": false,
"max": 0,
"hasMin": true,
"min": 0,
"defaultValue": 0
}
]
}
],
"data": {
"ngMapNodeName": "Commands",
"ngMapNodePosition": {
Expand Down Expand Up @@ -310,5 +173,142 @@
]
}
]
}
},
"metaMakerVersion": "0.7.1",
"defaultListing": "_commandHub",
"explicitNode": "Commands",
"reuseDll": true,
"exportScript": "",
"nestingColors": [
{
"r": 0.21875,
"g": 1.0,
"b": 0.0,
"a": 1.0
},
{
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
],
"keyColors": [],
"nodeList": [
{
"title": "Commands",
"color": {
"r": 0.234638348,
"g": 0.2578125,
"b": 0.248800322,
"a": 1.0
},
"parentType": -1,
"fields": [
{
"fieldType": "FIELD_LIST",
"label": "_commandHub",
"field": {
"fieldType": "LINK_TO_CHILD",
"label": "2",
"slotType": 0,
"explicitNode": "",
"emptyHandling": "SKIP"
}
}
]
},
{
"title": "Command Set",
"color": {
"r": 0.431372553,
"g": 0.5019608,
"b": 0.4745098,
"a": 1.0
},
"parentType": 0,
"fields": [
{
"fieldType": "TYPE",
"Class Assembly": "Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",
"Class Type": "CommandSet"
},
{
"fieldType": "TEXT_LINE",
"label": "Id",
"defaultValue": "String"
},
{
"fieldType": "TEXT_AREA",
"label": "Description",
"minHeight": 40.0,
"defaultValue": "Some text"
},
{
"fieldType": "TEXT_LINE",
"label": "Format",
"defaultValue": "String"
},
{
"fieldType": "FIELD_LIST",
"label": "SubCommands",
"field": {
"fieldType": "LINK_TO_CHILD",
"label": "3",
"slotType": 0,
"explicitNode": "",
"emptyHandling": "EMPTY_OBJECT"
}
}
]
},
{
"title": "Command",
"color": {
"r": 0.339946151,
"g": 0.578125,
"b": 0.5557957,
"a": 1.0
},
"parentType": 0,
"fields": [
{
"fieldType": "TYPE",
"Class Assembly": "Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",
"Class Type": "CommandTerminal"
},
{
"fieldType": "TEXT_LINE",
"label": "Id",
"defaultValue": "String"
},
{
"fieldType": "TEXT_AREA",
"label": "Description",
"minHeight": 40.0,
"defaultValue": "Some text"
},
{
"fieldType": "TEXT_LINE",
"label": "Format",
"defaultValue": "String"
},
{
"fieldType": "TEXT_LINE",
"label": "EventId",
"defaultValue": "String"
},
{
"fieldType": "INT",
"label": "ParameterCount",
"MinStepSize": "0",
"hasMax": false,
"max": 0,
"hasMin": true,
"min": 0,
"defaultValue": 0
}
]
}
]
}
Loading

0 comments on commit 6fedd38

Please sign in to comment.