diff options
author | ubq323 <ubq323@ubq323.website> | 2023-01-02 02:16:08 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-01-02 02:16:08 +0000 |
commit | b91c773899eb4108daa7d773e949aa0dd7772cd7 (patch) | |
tree | fe4630f7b2d82ca5df358a80510bc96e27cc7a90 | |
parent | 3c776e1fb00e770a525e5f70cc730d7b620b5871 (diff) |
shop
-rw-r--r-- | shop2.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ end end local function disp_shopscreen() local m = peripheral.wrap"left" m.clear() - m.setTextScale(1) + m.setTextScale(0.5) printseq(m) { {1,1}, colors.orange, "Apionics Consortium Store" |