Progress:

- Input fields for vectors & colors in SerializableEntityEditor.
- SerializableProperty tooltips.
- GUINumberInput supports floats.
- EditingHUD for structures (atm the only editable property is the color of the sprite)
This commit is contained in:
Joonas Rikkonen
2017-11-12 20:24:11 +02:00
parent 8e556f1c76
commit f7298c241e
15 changed files with 514 additions and 130 deletions
@@ -18,6 +18,8 @@ namespace Barotrauma
public int? MinValueInt, MaxValueInt;
public float? MinValueFloat, MaxValueFloat;
public string ToolTip;
public Editable(int maxLength = 20)
{
MaxLength = maxLength;