Skip to main content

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

Pocket platformer

Code free tool for creating platformer games · By The l0bster

Import levels from exported games

A topic by arknano created 93 days ago Views: 77 Replies: 1
Viewing posts 1 to 2
(+1)

Hi there, it would be very useful to be able to import the levels from other exported games into the currently open game in the editor. This is possible by editing the json data in the exported html, but it's a little clumsy!

We use this excellent tool in my game design class, and I like to create an exported version that has all the student's levels in one.

Thanks for the work on Pocket Platformer, its awesome!

Developer

thank you for message! :)

I could do it sometime, but it probably wouldn't be easy because of custom objects. The reason being, that some person could have created a custom object in their game that doesn't exist in the "base game". That means i would have to also check if there a new custom objects and create them on the fly.