This code is working fine for me:
Code: Select all
local speech1 = {"Hello sir", "Good morning!"}
function love.draw(dt)
local x = 100
local y = 100
love.graphics.print(" "..table.concat(speech1 , ","),x,y)
end
Code: Select all
local speech1 = {"Hello sir", "Good morning!"}
function love.draw(dt)
local x = 100
local y = 100
love.graphics.print(" "..table.concat(speech1 , ","),x,y)
end
Agreed and agreed.Robin wrote:We should totally have a LÖVE conference some time, and give everyone t-shirts that says "I went to LÖVE-con and all I got is this spinning pig". </offtopic>