summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrebecca <ubq323@ubq323.website>2026-03-01 09:29:35 +0000
committerrebecca <ubq323@ubq323.website>2026-03-01 09:29:35 +0000
commitdad0d9d4f9c50b28df784fe7e8c5e31487a56064 (patch)
treeee512f948c2d2c633f01d7b762928034afa8f0bb
parentf4c38e4ff6a6b1b578c5f53d6375c818a64db0e1 (diff)
beescroll
-rw-r--r--beescroll.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/beescroll.lua b/beescroll.lua
index 64be076..5ac1c20 100644
--- a/beescroll.lua
+++ b/beescroll.lua
@@ -128,7 +128,7 @@ end
while true do
m.scroll(1)
m.setCursorPos(1,H)
- f_write(m, some_item(), false)
- os.sleep(math.random(5,100)/100)
+ f_write(m, some_item(), true)
+ os.sleep(math.random(5,100)/10)
end