diff options
author | ubq323 <ubq323@ubq323.website> | 2022-12-29 19:51:24 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-12-29 19:51:24 +0000 |
commit | fae2cf1fabf53697193015d98fc72a3fa0dda09a (patch) | |
tree | 8d6ef6d08b60c6686e1a050d584fbe59fa0cd724 | |
parent | 2fd5c9685995a9783f641204f4380748fb7c96c7 (diff) |
shop
-rw-r--r-- | shop.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ wsurl = sres.url mtop = peripheral.wrap"top" mtop.setTextScale(4) mtop.setTextColor(colors.cyan) +mtop.setCursorPos(1,1) mtop.write"DIAMONDS" |