Search found 1 match

by Senevri
Wed Aug 14, 2013 10:07 pm
Forum: Games and Creations
Topic: AlienSlime! (GlobalGameJam2011)
Replies: 8
Views: 14539

Re: AlienSlime! (GlobalGameJam2011)

I found this before the Advanced Tiled Loader, and this seems sufficient with the following addition: function TiledMap_Objects(filename, objectname) local xml = LoadXML(love.filesystem.read(filename)) local objects = {} for k, sub in ipairs(xml[2]) do if (sub.label == "objectgroup") then ...