mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 20:31:51 +09:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user