Search found 2 matches

by DarthDie
Thu Sep 15, 2011 5:23 am
Forum: Libraries and Tools
Topic: Advanced Tiled Loader - No longer maintained
Replies: 260
Views: 177757

Re: Advanced Tiled Loader

Heh, nevermind! It was indeed user-error. Map.objectLayers is a dictionary, and I was attempting to loop through it using ipairs...which doesn't work! I switched it over to loop using pairs and it's working just fine now. I'll get the hang of Lua soon enough don't worry :P...
by DarthDie
Wed Sep 14, 2011 7:39 pm
Forum: Libraries and Tools
Topic: Advanced Tiled Loader - No longer maintained
Replies: 260
Views: 177757

Re: Advanced Tiled Loader

Hey, I've been setting up ATL to work in my project (which admittedly wasn't at all difficult since my project is very small, but it's a good way to start my post) and I've ran into the problem of objectLayers being empty. I've checked the tmx file its self and it does indeed have an objectgroup nod...