New tileprop: opaque — whether the wall is completely hidden by the tile

Former-commit-id: f1680dd3fbe289ded64bea8c717996216113bca2
Former-commit-id: 98856da3d4b83ed9332cf50790967cdefbf8e622
This commit is contained in:
Song Minjae
2016-03-02 23:46:22 +09:00
parent 8e55f84daa
commit 5f6206541e
21 changed files with 230 additions and 204 deletions

View File

@@ -34,3 +34,4 @@ def colFromNum(raw):
print(colFromNum(9979))
print(intFromRGB24(255, 164, 78))
print(intFromCol(6, 10, 18))