diff options
-rw-r--r-- | shop.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ wsurl = sres.url mtop = peripheral.wrap"top" -mtop.setTextScale(3.8) +mtop.setTextScale(3.5) mtop.setTextColor(colors.cyan) mtop.setCursorPos(1,1) mtop.write"DIAMONDS" |