diff options
| author | rebecca <ubq323@ubq323.website> | 2026-03-01 10:01:03 +0000 |
|---|---|---|
| committer | rebecca <ubq323@ubq323.website> | 2026-03-01 10:01:03 +0000 |
| commit | 8e8121211b63695fa39fac1f438aff3af5179a19 (patch) | |
| tree | 8d31b4cec74c35e2a9119977a14b0eaf6cb709a4 /worms.lua | |
| parent | ed534cf41f762e5d614ad46e6de7b615da8adc6c (diff) | |
worms
Diffstat (limited to 'worms.lua')
| -rw-r--r-- | worms.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ end local function draw_worm(worm) M.setBackgroundColor(colors.black) - M.setForegroundColor(colors.green) + M.setTextColor(colors.green) M.setCursorPos(worm.x,worm.y) M.write("@") end |
