thanks, I will look out,mastermarkus wrote: ↑Tue Jun 27, 2017 5:18 pm Check out youtube tutoriols on Love2d Tiled, there are plenty of those
thanks the tutorial will help me out .
thanks, I will look out,mastermarkus wrote: ↑Tue Jun 27, 2017 5:18 pm Check out youtube tutoriols on Love2d Tiled, there are plenty of those
thanks the tutorial will help me out .
Code: Select all
function love.conf(t)
t.window.width = 1280
t.window.height = 720
t.modules.joystick = false
end