(Punting this to Squiffy 7 for now)
Add multi-file support to the editor. We could have tabs at the top or the left to go between different files. This would enable working on larger games. We could also see included images and sounds within the editor.
There will need to be some abstraction layer - there is a File System API that we can use, and the editor can then be "attached" to a directory if the user gives permission. But we'll also want the same look and feel for a virtual "directory" of files that we could store in IndexedDB.
(Punting this to Squiffy 7 for now)
Add multi-file support to the editor. We could have tabs at the top or the left to go between different files. This would enable working on larger games. We could also see included images and sounds within the editor.
There will need to be some abstraction layer - there is a File System API that we can use, and the editor can then be "attached" to a directory if the user gives permission. But we'll also want the same look and feel for a virtual "directory" of files that we could store in IndexedDB.