jasonlong/isometric-contributions

why my color is not green ?

Closed this issue · 4 comments

Yesterday, my color is green. Today, it's not.

Is there something happened?

image

Seems that github's revision cause the problem.

COLORS = [
    new obelisk.CubeColor().getByHorizontalColor(0xeeeeee),
    new obelisk.CubeColor().getByHorizontalColor(0xd6e685),
    new obelisk.CubeColor().getByHorizontalColor(0x8cc665),
    new obelisk.CubeColor().getByHorizontalColor(0x44a340),
    new obelisk.CubeColor().getByHorizontalColor(0x1e6823)
  ]

The code above should be updated now.

@huozhi Thanks. I guess the reason is github modify its theme.

Sorry about this. I'll get the extension updated today.

@jasonlong fast responding! awesome. 👏