(81babbeac) Added Linux System.Windows.Forms

This commit is contained in:
Joonas Rikkonen
2019-05-23 16:27:46 +03:00
parent 2c22d6b6d7
commit 44a5c9e588
10 changed files with 48 additions and 57 deletions
@@ -36,8 +36,7 @@ namespace Barotrauma
[Serialize(1.0f, true), Editable(MIN_SCALE, MAX_SCALE, DecimalCount = 3)]
public float JointScale { get; set; }
// Don't show in the editor, because shouldn't be edited in runtime. Requires that the limb scale and the collider sizes are adjusted. TODO: automatize.
[Serialize(1f, false)]
[Serialize(1f, true), Editable(DecimalCount = 2)]
public float TextureScale { get; set; }
[Serialize(45f, true), Editable(0f, 1000f)]