API - gets the title of the current background level
return function() local level = getBackground(); log('the current background level is: ' .. level); end
Last updated 2 years ago