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

@@ -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]