Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hey! I'd love to write an importer for Solar2D. Any documentation on the manifest.json in an SPLA file, or a test bench file that uses all the functionality? 

Hey! There isn’t a single complete test file or formal manifest documentation yet. The Defold extension repo has several example SPLA files covering different features, plus a benchmark project that may be useful as a reference. I should probably put together a proper format reference file at some point.

I should have looked at the manifest before bugging you. It seems pretty straightforward.

One thing I would love to see are a couple of sample project files because it doesn't seem like I can import an SPLA back into the actual application, unless I'm doing something wrong.

Thanks for all your effort! I'm really excited about this tool.

Yes, SPLA contains only what the runtime needs, so it can’t be imported back into SpriteLoop.

I’ll look into adding a few sample project files that cover the main features.