Merge branch 'inc-lerp-node-size' of https://github.com/Tryibion/FlaxEngine into Tryibion-inc-lerp-node-size

This commit is contained in:
Wojtek Figat
2024-08-15 13:02:16 +02:00

View File

@@ -156,7 +156,7 @@ namespace FlaxEditor.Surface.Archetypes
Title = "Lerp",
Description = "Performs a linear interpolation",
Flags = NodeFlags.AllGraphs,
Size = new Float2(110, 60),
Size = new Float2(150, 60),
ConnectionsHints = ConnectionsHint.Numeric,
IndependentBoxes = new[] { 0, 1 },
DependentBoxes = new[] { 3 },