diff options
author | ubq323 <ubq323@ubq323.website> | 2022-12-30 00:58:23 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-12-30 00:58:23 +0000 |
commit | 3aed08a495dd9a712e50ded76c4b930067debe61 (patch) | |
tree | bf705ffbeadd867f8fe4d19ecabbaf194295e7d0 | |
parent | 0825a7381e9d70900e396af2dc62093080fbd7f3 (diff) |
shop
-rw-r--r-- | shop.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,7 @@ end function run_topdisp() local mtop = peripheral.wrap"top" - mtop.setPalatteColor(colors.cyan,0x00FFFF) + mtop.setPaletteColor(colors.cyan,0x00FFFF) while true do mtop.setTextScale(5) mtop.setTextColor(colors.cyan) |