add colors: light gray and brown
This commit is contained in:
2
build.ts
2
build.ts
@@ -41,7 +41,9 @@ const spritesMatchingStrings = {
|
||||
0x00_00_00: '0b000_000_00',
|
||||
0x00_00_FF: '0b000_000_11',
|
||||
0x00_FF_00: '0b000_111_00',
|
||||
0x99_50_00: `0b010_001_00`,
|
||||
0x77_77_77: '0b011_011_10',
|
||||
0xB3_B3_B3: '0b100_100_10',
|
||||
0xFF_00_00: '0b111_000_00',
|
||||
0xFF_00_FF: '0b111_000_11',
|
||||
0xFF_80_00: '0b111_100_00',
|
||||
|
||||
Reference in New Issue
Block a user