diff options
-rw-r--r-- | shop.lua | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" |
index : computercraft programs | ||
bucket |
summaryrefslogtreecommitdiff |
-rw-r--r-- | shop.lua | 4 |
@@ -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" |