diff options
-rw-r--r-- | shop.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,7 +114,7 @@ function run_topdisp() mtop.clear() os.sleep(0.25) - mtop.setTextScale(3) + mtop.setTextScale(4) mtop.setTextColor(colors.white) mtop.setCursorPos(1,1) mtop.write("5KST EACH") |