From 1613d4fbf85bbda51cee3b794ce4946615e3fd6d Mon Sep 17 00:00:00 2001 From: ubq323 Date: Fri, 30 Dec 2022 00:23:13 +0000 Subject: shop --- shop.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shop.lua b/shop.lua index ad4efbc..1315af6 100644 --- a/shop.lua +++ b/shop.lua @@ -105,7 +105,7 @@ function run_topdisp() local mtop = peripheral.wrap"top" while true do - mtop.setTextScale(3.5) + mtop.setTextScale(5) mtop.setTextColor(colors.cyan) mtop.setCursorPos(1,1) mtop.write"DIAMONDS" -- cgit v1.2.3