summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shop2.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/shop2.lua b/shop2.lua
index e3a50c7..207cca1 100644
--- a/shop2.lua
+++ b/shop2.lua
@@ -27,8 +27,11 @@ end end
local function disp_shopscreen()
local m = peripheral.wrap"left"
m.clear()
+ m.setTextScale(1)
printseq(m) {
- {1,1}, colors.orange, "apionics consortium store !!!"
+ {1,1}, colors.orange, "Apionics Consortium Store"
+
+
}
end