diff options
author | ubq323 <ubq323@ubq323.website> | 2022-12-29 19:50:48 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-12-29 19:50:48 +0000 |
commit | 2fd5c9685995a9783f641204f4380748fb7c96c7 (patch) | |
tree | ecfeaf11b587e7336a7aa94f06a02dc2c5aa2a3e | |
parent | b58e3f718b9526473773b5e3e6cb2a801386f1b3 (diff) |
shop
-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" |