spell-cards.love/0033-file_exists

3 lines
86 B
Plaintext

file_exists = function(filename)
return love.filesystem.getInfo(filename, 'file')
end