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