more tiles (green sand, sandstones), lightmaprenderer now search for all luminous cator, solid tiles now WILL NOT "hide" walls, EnvColourOverlay will also make screen warm (haven't tested)

Former-commit-id: fc45b4c8992d7bdaf8612ec9b1048eeafe862573
Former-commit-id: 5514775225b569ba2423d97a253b28def9680bc3
This commit is contained in:
Song Minjae
2016-03-10 00:34:51 +09:00
parent 4b1c60cfb8
commit 8b558902e7
29 changed files with 313 additions and 284 deletions

View File

@@ -32,5 +32,5 @@ def intFromRGB24(r24, g24, b24):
def colFromNum(raw):
return getR40(raw), getG40(raw), getB40(raw)
print(intFromCol(28, 0, 36))
print(colFromNum(57618))
print(intFromCol(12, 19, 39))
print(colFromNum(5009))