I would like to ask for some help with printing values in to terminal console on macOS.
I was searching the forums and look up the docs but nothing seems to be working and I have no idea why that is.
I have a conf.lua file with the following inside to allow printing to console
Code: Select all
function love.conf(t)
t.console = true
end
Code: Select all
io.stdout:setvbuf("no")
Code: Select all
open -a love project_folder
Could someone please tell me what am I doing wrong?
Here is a project I have setup and you can try: Thank you.