From 2fd5c9685995a9783f641204f4380748fb7c96c7 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Thu, 29 Dec 2022 19:50:48 +0000 Subject: shop --- shop.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'shop.lua') diff --git a/shop.lua b/shop.lua index d5809db..bacff34 100644 --- a/shop.lua +++ b/shop.lua @@ -5,6 +5,8 @@ wsurl = sres.url mtop = peripheral.wrap"top" -mtop.write("DIAMONDS 5kst each") +mtop.setTextScale(4) +mtop.setTextColor(colors.cyan) +mtop.write"DIAMONDS" -- cgit v1.2.3