0004 - The importer is a lie

·

0 min read

This time the title has actually something meaningful to it. The importer really is a lie. It mainly copies levels you select from your file system to the correct folder. Of course, you could have done that before, but less pretty. What you could not have done, was importing levels to the web version of your game. But however, you still cannot. Breaking out of the sandbox of your browser and simply accessing your file system would be evil. But there is an issue for that as well. I guess I have to come up with something else.

Anyway, for the sake of convenience, the Windows and Linux version can use the importer.

Oh yes. I actually made a level. You can try to import and play it. Currently, you can only play it in the editor. It's not too easy I suppose. Remember 0001?

My commit message today:

Add level importer, enhance file selector

    Adds a level importer in the item selection. Importing multiple levels
    at once is supported. Levels have to be .tscn files, no other checks
    included.
    Also enhance the file selector.