Closed charlie-s closed 10 years ago
Short answer is yes. Check out this issue here for some more information. https://github.com/slycrel/JSTileMap/issues/4
I'll make some time in the next few days to integrate that into the main branch for official mac support. I started down that road last week but haven't finished it off yet.
Sounds great, thanks.
I'm fairly new to Xcode. It looks like a lot of the
NSCoder
method calls in JSTileMap.m are calling explicit iOS methods that are slightly different in OSX. I've changed them over by hand to attempt to get this to work with some OSX SpriteKit stuff I'm playing with. Is there a way to support both in the same repo or do the different APIs prohibit that?