diff options
author | ubq323 <ubq323@ubq323.website> | 2022-12-30 00:23:13 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-12-30 00:23:13 +0000 |
commit | 1613d4fbf85bbda51cee3b794ce4946615e3fd6d (patch) | |
tree | 417bcfa7a312356eab215a02431e030550876a5c | |
parent | 529d41876922103cf1c02ed12d2b06e2dfc75af9 (diff) |
shop
-rw-r--r-- | shop.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,7 @@ function run_topdisp() local mtop = peripheral.wrap"top" while true do - mtop.setTextScale(3.5) + mtop.setTextScale(5) mtop.setTextColor(colors.cyan) mtop.setCursorPos(1,1) mtop.write"DIAMONDS" |