Merge branch 'master' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-master

This commit is contained in:
Wojtek Figat
2022-10-23 20:32:26 +02:00

View File

@@ -47,7 +47,7 @@ namespace FlaxEditor.Surface.Archetypes
Description = desc,
Flags = NodeFlags.AllGraphs,
AlternativeTitles = altTitles,
Size = new Float2(110, 40),
Size = new Float2(140, 40),
DefaultType = new ScriptType(inputType),
ConnectionsHints = hints,
IndependentBoxes = new[] { 0, 1 },