4 lines
69 B
Lua
4 lines
69 B
Lua
function love.draw2()
|
|
love.graphics.setBackgroundColor(0, 1, 0)
|
|
end
|
function love.draw2()
|
|
love.graphics.setBackgroundColor(0, 1, 0)
|
|
end
|