Colors, exclude origin when choosing destination

This commit is contained in:
2018-04-09 23:56:04 -04:00
parent 35e3f8f3a3
commit e686a854d8
3 changed files with 10 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ export default class Station {
stationCount += 1;
this.id = stationCount;
this.label = new PIXI.Text(`${this.id}`, {
fill: 'orange',
fill: '#FFA500',
fontFamily: 'monospace',
fontSize: '12px',
});