Search found 1 match
- Tue Oct 03, 2017 2:25 pm
- Forum: Support and Development
- Topic: Am i using the Draw function wrong?
- Replies: 3
- Views: 3468
Am i using the Draw function wrong?
local maxX = 800 local maxZ = 600 -- veribles for the movement of the drawing local x = 1 local z = 1 -- veribles for the color function local red = 255 local green = 0 local blue = 0 local alpha = 255 function love.load() -- loads the window love.window.setMode(maxX, maxZ, {resizable=false, vsync=...