diff options
author | ubq323 <ubq323@ubq323.website> | 2024-04-02 03:05:08 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-04-02 03:05:08 +0100 |
commit | 0519c5aee14a829bafe5861cafdf20d0c7a9ebd8 (patch) | |
tree | 92c0136fad7b0fa4dbad22b5eaf0d867b6075e55 | |
parent | 0345a82d624f30ed4a9a63bb8a3e399ade653460 (diff) |
launch beescroll
-rw-r--r-- | beescroll.lua | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/beescroll.lua b/beescroll.lua index 96b31d0..e62ce82 100644 --- a/beescroll.lua +++ b/beescroll.lua @@ -86,10 +86,14 @@ while true do m.scroll(1) m.setCursorPos(1,H) slow_write_f(m, { - colors.white, string.format("%5d",math.random(0,99999)), + choice{colors.yellow, colors.red, colors.cyan}, + string.format("%5d",math.random(0,99999)), norm_color, " bees ", choice{"have been ","were "}, - colors.lime, choice(verbs), - norm_color, " in ", colors.lightBlue, choice(cities), + choice{colors.lime, colors.lightBlue, colors.pink}, + choice(verbs), + norm_color, " in ", + choice{colors.orange, colors.yellow, colors.purple} + choice(cities), norm_color, "."}) os.sleep(1) |