Bug fix in LightmapRenderer — Now water attenuates sunlight, new creature attribution: religion sphere

Former-commit-id: fd200afabaf318bec060a8fea9eb82da6f105aad
Former-commit-id: e035368f4d6d589bdb6822301fee763eb00df984
This commit is contained in:
Song Minjae
2016-02-25 01:28:00 +09:00
parent 19630e2147
commit c56e09505b
19 changed files with 209 additions and 171 deletions

View File

@@ -27,4 +27,5 @@ def intFromCol(r, g, b):
def colFromNum(raw):
return getR40(raw), getG40(raw), getB40(raw)
print(intFromCol(19,39,0))
print(intFromCol(9,13,29))
print(colFromNum(31399))