add halfwidth text bricks

This commit is contained in:
Redo
2022-10-27 20:44:46 -06:00
parent fe8057f4ec
commit ff0a35dbe5
6 changed files with 822 additions and 6 deletions

View File

@ -11,6 +11,8 @@ return function(gate, argv)
local code = keycode+(status and 128 or 0)
if #gate.queueBits > 1024 return end
queueBit(gate, 1)
for bitidx = 1, 8 do
local val = bit.band(code, 0x80)