removed visual wires; added more wire sizes
This commit is contained in:
@ -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",
|
||||
|
@ -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]
|
||||
|
Reference in New Issue
Block a user