new wire and gadgets (switcher, cutter, director, bridge), more tweak on sprites, tweak on illuminator light colour

Former-commit-id: 22b5134093b18d7475ca91ca6df16f40b17e748e
Former-commit-id: 7788e32fb535ba5aec444f6355a46ff7c009e6de
This commit is contained in:
Song Minjae
2016-03-08 18:10:06 +09:00
parent 37518a9f23
commit 4b1c60cfb8
21 changed files with 178 additions and 95 deletions

View File

@@ -32,23 +32,5 @@ def intFromRGB24(r24, g24, b24):
def colFromNum(raw):
return getR40(raw), getG40(raw), getB40(raw)
print(intFromRGB24(238, 238, 238))
print(intFromRGB24(128, 238, 0))
print(intFromRGB24(238, 119, 0))
print(intFromRGB24(238, 0, 0))
print(intFromRGB24(238, 0, 119))
print(intFromRGB24(119, 0, 238))
print(intFromRGB24(0, 0, 238))
print(intFromRGB24(0, 204, 238))
print(intFromRGB24(68, 204, 0))
print(intFromRGB24(34, 102, 0))
print(intFromRGB24(85, 34, 0))
print(intFromRGB24(153, 102, 51))
print(intFromRGB24(187, 187, 187))
print(intFromRGB24(119, 119, 119))
print(intFromRGB24(68, 68, 68))
print(intFromRGB24(17, 17, 17))
print(intFromCol(28, 0, 36))
print(colFromNum(57618))