SV6XYVDLBZ5STTTRCNOR32WLAPGBL5CHAZIFB3YSZ3XZQV4WX6EAC
SPNMXTYRSNPNQJNBTYDZSHYDZVZRPM4LI5QX7GR2TLTC6SPJX4DAC
3GSGEHXSTYJLYCY5ZKHVHLAYL5ZUN6FPVZ52FZK5X3GZNRSCKI3QC
VHQCNMARPMNBSIUFLJG7HVK4QGDNPCGNVFLHS3I4IGNVSV5MRLYQC
GQBUV2XOMEPMTXMPCBQWGGIUXGQDX77VTGPFIG6YT7G64ASOYHXQC
LN4IIRPP2CQ26OJZLXL37MYK2H3PXRWDNVM3FQKQPWNPOZAR6DQQC
function file_exists(filename) local infile = App.open_for_reading(filename) if infile then infile:close() return true else return false endend
function file_exists(filename)
local infile = App.open_for_reading(filename)
if infile then
infile:close()
return true
else
return false
end
if love.filesystem.getInfo(Directory..candidates[1], 'file') then
if file_exists(Directory..candidates[1]) then