use primary color for bars too

This commit is contained in:
Henning Jacobs
2016-12-23 18:34:40 +01:00
parent aa05037b12
commit 516b952af3
2 changed files with 14 additions and 8 deletions

View File

@@ -58,7 +58,7 @@ export default class Node extends PIXI.Graphics {
topHandle.addChild(text)
nodeBox.addChild(topHandle)
nodeBox.lineStyle(2, PRIMARY_VIOLET, 1)
nodeBox.beginFill(0x999999, 0.5)
nodeBox.beginFill(PRIMARY_VIOLET, 0.2)
nodeBox.drawRect(0, 0, 105, 115)
nodeBox.endFill()
nodeBox.lineStyle(2, 0xaaaaaa, 1)