fixed spacing
This commit is contained in:
parent
d5e8a6945e
commit
2b36bf19f9
2 changed files with 4 additions and 2 deletions
2
main.lua
2
main.lua
|
|
@ -65,6 +65,6 @@ function love.draw()
|
|||
love.graphics.print(string.format("%s, %s", Mouse.point.x, Mouse.point.y), 100, 100)
|
||||
|
||||
for _, mech in ipairs(Mechs) do
|
||||
mech:draw()
|
||||
mech:draw()
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue