diff options
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 |
