Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
basicer committed Nov 2, 2016
1 parent 9865e33 commit f91db2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/surface/Label.coffee
Expand Up @@ -83,7 +83,7 @@ module.exports = class Label extends CocoClass
o.fontColor = {D: '#000', S: '#FFF', N: '#6c6', V:'#6c6'}[st]
if @style in ['name','var'] and @sprite?.thang?.team is 'humans'
o.fontColor = '#c66'
else if @style is ['name','var'] and @sprite?.thang?.team is 'ogres'
else if @style in ['name','var'] and @sprite?.thang?.team is 'ogres'
o.fontColor = '#66c'
o.backgroundFillColor = {D: 'white', S: 'rgba(0,0,0,0.4)', N: 'rgba(0,0,0,0.7)', V: 'rgba(0,0,0,0.7)'}[st]
o.backgroundStrokeColor = {D: 'black', S: 'rgba(0,0,0,0.6)', N: 'rgba(0,0,0,0)', V: 'rgba(0,0,0,0)'}[st]
Expand Down

0 comments on commit f91db2e

Please sign in to comment.