Hello all!
Well, when I was using the publicly available non-beta lime, I was able to load up a test map with no problem.
Now, I’ve grabbed the latest beta, and did the following:
local lime = require("lime")
--Now load up your map data:
local map = lime.loadMap("testmap.tmx")
--After loading up your map you will not have any visual objects created, this allows you to load up multiple maps at once yet only creating the visual data later one at a time, to actually create the visual representation simply use the next line of code:
local visual = lime.createVisual(map)
yet all I get is a blank screen.
I have been known to be quite dense, so is anything leaping out at anyone immediately?
I tried saving my tmx files out as both csv and XML and to no avail.
Love,
Mario [import]uid: 11636 topic_id: 4457 reply_id: 304457[/import]