summaryrefslogtreecommitdiff
path: root/shop.lua
diff options
context:
space:
mode:
Diffstat (limited to 'shop.lua')
-rw-r--r--shop.lua4
1 files changed, 3 insertions, 1 deletions
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"