Greetings. I have a question concerning the code below -
display.newImageRect ( "fileName. ext" , config.lua file )
Basically, I am wondering if it is possible to reference the config.lua file for the image size, instead of using display.contentWidth, etc., or, object.xScale, etc., or an actual number. I want to reference the values inside my Config.lua - Is this possible?