- Changes to connectionpanel layout: less wire overlap, making it easier to select individual wires

- Highlighting selected wire and the items it's connected to works in editor
This commit is contained in:
Regalis
2016-05-24 19:02:22 +03:00
parent e6b073f872
commit 4f4c59eba3
5 changed files with 104 additions and 101 deletions

View File

@@ -40,7 +40,7 @@ namespace Barotrauma.Items.Components
if (Screen.Selected != GameMain.EditMapScreen &&
character.IsKeyHit(InputType.Select) &&
character.SelectedConstruction==this.item) character.SelectedConstruction = null;
Connection.DrawConnections(spriteBatch, this, character);
}