Hello! Its finally here!!! Play and Update Logs are not added yet. Trouble? Press H to go to the homepage or report a bug in the comments. Here are some hotkeys. 1 - ground 2 - lava 3 - bouncy 4 - water 5 - starting point 6 - ending point <> - move around between parts of the level l - load s - save c - clear level part d - delete level part from list p - play e - editor x + e - exit x + d - delete h - homepage
Notes for Scripters/Editers/Remixers of PlatformerCraft. functions: CompileObjects - save a part of the level ExtractObjects - load a part of the level ExtractPart - load a part of the level from the level list CompileLevel - saves the whole level ExtractLevel - loads or splits all of the level code into the level list. variables: Mode - the mode of the game. (playing,editor_edit,scanning, etc) part - The # part of the level. Lists: Level - the list of all the parts codes for the level.