removed visual wires; added more wire sizes

This commit is contained in:
Redo
2020-04-24 01:17:30 -05:00
parent 30efd157ec
commit ba94172cc8
15 changed files with 63 additions and 51 deletions

View File

@ -44,8 +44,8 @@ textbrick2_idxToPrint = {
[0x25] = "percent",
[0x26] = "and",
[0x27] = "apostrophe",
[0x28] = "roundbracketleft",
[0x29] = "roundbracketright",
[0x28] = "roundbracketright",
[0x29] = "roundbracketleft",
[0x2A] = "asterisk",
[0x2B] = "plus",
[0x2C] = "comma",

View File

@ -19,7 +19,7 @@ local function getBit(gate, val)
end
elseif gate.listenState=="terminate" then
if val==1 then
print("", "terminate")
--print("", "terminate")
local printid = gate.valReceived
local printname = textbrick2_idxToPrint[printid]