Increase Lerp node size
This commit is contained in:
@@ -156,7 +156,7 @@ namespace FlaxEditor.Surface.Archetypes
|
|||||||
Title = "Lerp",
|
Title = "Lerp",
|
||||||
Description = "Performs a linear interpolation",
|
Description = "Performs a linear interpolation",
|
||||||
Flags = NodeFlags.AllGraphs,
|
Flags = NodeFlags.AllGraphs,
|
||||||
Size = new Float2(110, 60),
|
Size = new Float2(150, 60),
|
||||||
ConnectionsHints = ConnectionsHint.Numeric,
|
ConnectionsHints = ConnectionsHint.Numeric,
|
||||||
IndependentBoxes = new[] { 0, 1 },
|
IndependentBoxes = new[] { 0, 1 },
|
||||||
DependentBoxes = new[] { 3 },
|
DependentBoxes = new[] { 3 },
|
||||||
|
|||||||
Reference in New Issue
Block a user