aaaaaa so confuse.
Why isn't print(10) doing anything? D:
You need to attach a console using a conf.lua file in the root of the folder or .love file, and in conf.lua type:
function love.conf(t)
t.console = true
end
the print() function is confined to the console only, if you want to print ingame, use love.graphics.print(), however love.graphics.print() only accepts text values and requires an x and y as well.
anyone want to help me make something with this? (kingdaro please say yes)
What kind of 'something'?