From 3c776e1fb00e770a525e5f70cc730d7b620b5871 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Mon, 2 Jan 2023 02:15:59 +0000 Subject: shop --- shop2.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'shop2.lua') 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 -- cgit v1.2.3