Closed Plecra closed 3 years ago
The diff makes this look like a more complex change than it is
Too bad true
and false
are different lengths. Could've probably used a bytestring instead with 01
characters, but alas array::map
is currently experimental (https://doc.rust-lang.org/stable/std/primitive.array.html#method.map) and not const
so the comparing against the magic constant b'1'
would be weird.
The diff makes this look like a more complex change than it is - we've replaced
TILE_FRAME_IMPORTANT[435..=439]
withtrue
, and added tile624
(also true)Closes #1