function love.load()
love.graphics.setBackgroundColor( 255, 255, 255 )
end
function love.draw()
end
function love.update(dt)
end
function love.focus(bool)
end
function love.keypressed( key, unicode )
end
function love.keyreleased( key, unicode )
end
function love.mousepressed( x, y, button )
end
function love.mousereleased( x, y, button )
end
function love.quit()
end
Last edited by reaply on Tue Sep 09, 2014 6:01 am, edited 2 times in total.
Woah, you fixed it? I mean, alright if you did. But, kinda sudden. I didn't see any resolving here haha. Was asking because SCiTE and ZeroBrane have built in consoles. And I know that to get the zerobrane's built in console one to work, you need to have console disabled. But I don't know if notepadd++ has a built in console.
Zilarrezko wrote:Woah, you fixed it? I mean, alright if you did. But, kinda sudden. I didn't see any resolving here haha. Was asking because SCiTE and ZeroBrane have built in consoles. And I know that to get the zerobrane's built in console one to work, you need to have console disabled. But I don't know if notepadd++ has a built in console.
It was an obvious fix actually. Well, if I didn't read my the functions in the OP on the forum, I wouldn't have noticed I was missing an S. The forum changed the color to a brighter blue to point it out.