Shkar Posted January 13, 2015 Share Posted January 13, 2015 Newbie here. I don't even know if I am using terminology right. But hopefully you will correct and understand me right.So I want to use this art from OpenGameArt for my first platformer game:http://opengameart.org/content/updated-generic-platformer-tilesDifferent sprites there are already compiled into one png.What I want is to make a json file with names and coordinates for each sprite to use with SpriteSheetLoader.Doing it manually would probably be too long.I've tried TexturePacker but it seems it is only accepting separate image files which it then compiles to one and doesn't have an option to load a precompiled sprite sheet to select and name sprites inside it.The thing is that I can't have predefined maps in my game so I can't use Tiled to make levels. Instead, I want a collection of sprites to use for level generation.Thank you. Quote Link to comment Share on other sites More sharing options...
ultimatematchthree Posted January 13, 2015 Share Posted January 13, 2015 A couple of software packages that might be able to help you are listed in this Game Development StackExchange thread. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.