Skip to content

Commit

Permalink
better colours
Browse files Browse the repository at this point in the history
  • Loading branch information
2bt committed Jun 28, 2011
1 parent 82bd1c1 commit 61d5b1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spalten/draw.lua
@@ -1,14 +1,14 @@

local gem_colors = {}

gem_colors[-1] = "666666" -- brick
gem_colors[-1] = "555555" -- brick
gem_colors[0] = "000000" -- background

gem_colors[1] = "bb0000"
gem_colors[2] = "0000bb"
gem_colors[1] = "bb2200"
gem_colors[2] = "0022bb"
gem_colors[3] = "00bb00"
gem_colors[4] = "bbbb00"
gem_colors[5] = "bb00bb"
gem_colors[5] = "8800bb"
gem_colors[6] = "00bbbb"


Expand Down

0 comments on commit 61d5b1d

Please sign in to comment.