summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shop.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/shop.lua b/shop.lua
index ad4efbc..1315af6 100644
--- a/shop.lua
+++ b/shop.lua
@@ -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"