diff options
author | ubq323 <ubq323@ubq323.website> | 2022-12-29 23:32:05 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-12-29 23:32:05 +0000 |
commit | 87681d8c8959f7cfd5ed2fc4e71e4851107c3fcb (patch) | |
tree | cb54b854b1aff3e75fc275cbf94e7bb9884c4ff3 | |
parent | c5b14b892066ec31ee9e7f49f608f9b530b00c5b (diff) |
shop
-rw-r--r-- | shop.lua | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -132,8 +132,9 @@ function run_sidedisp() local m = peripheral.wrap("left") local function printseq(q) for _,v in ipairs(q) do + print(v,type(v)) if type(v) == "number" then - m.setTextColor(m) + m.setTextColor(v) elseif type(v) == "table" then m.setCursorPos(v[1],v[2]) else -- str |