simple cable management

This commit is contained in:
klemek
2020-12-11 15:56:10 +01:00
parent 4be88ada03
commit 4bc26a2439
6 changed files with 76 additions and 12 deletions
+3 -1
View File
@@ -11,7 +11,8 @@ namespace UntitledLogicGame
public string Name;
public bool IsInput;
public float ScaleIncrease;
public float ScaleIncrease;
public Vector2 Orientation;
#endregion
@@ -56,6 +57,7 @@ namespace UntitledLogicGame
_scale = transform.localScale;
_sprite = GetComponent<SpriteRenderer>();
Cables = new List<Cable>();
Orientation = Orientation.normalized;
}
// Update is called once per frame