diff options
author | ubq323 <ubq323@ubq323.website> | 2023-01-08 16:04:22 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-01-08 16:04:22 +0000 |
commit | 4db6ea9756c0785b6825a269fd30fce4752f7af0 (patch) | |
tree | b53d6a33bc9e17d366139579a137cb694a06f0d8 /shop2 | |
parent | 7d6ff5af5b35a02f5cf5b1a9d71fa40fc93f8d75 (diff) |
shop2
Diffstat (limited to 'shop2')
-rw-r--r-- | shop2/disp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shop2/disp.lua b/shop2/disp.lua index 3a95d11..8dcee89 100644 --- a/shop2/disp.lua +++ b/shop2/disp.lua @@ -52,7 +52,7 @@ local function disp_shopscreen(items) -- took stock before clear, to avoid flickering mon.clear() - mon.setTextScale(0.5) + mon.setTextScale(1) printseq(mon) { {1,1}, colors.orange, "Apiaristics Consortium Store", |