diff options
author | ubq323 <ubq323@ubq323.website> | 2022-12-29 19:51:39 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-12-29 19:51:39 +0000 |
commit | 2bf2312ee4a45e0d79e6ecd4e11129309a64c19e (patch) | |
tree | 7287c66f52dc3b289c3346d4a19ca8659ea8cd05 | |
parent | fae2cf1fabf53697193015d98fc72a3fa0dda09a (diff) |
shop
-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(4) +mtop.setTextScale(3.8) mtop.setTextColor(colors.cyan) mtop.setCursorPos(1,1) mtop.write"DIAMONDS" |