Added FileManager and TopMenuModule

The TopMenuModule binds the buttons so that they open the sub menus: at the moment it also binds those events that don't have a proper place yet. FileManager contains all the functions that have something to do with files, that is loading, opening, saving and exporting.
This commit is contained in:
unsettledgames
2021-07-15 22:21:19 +02:00
parent 9540002c6e
commit f76d05bffa
10 changed files with 303 additions and 299 deletions

View File

@@ -40,7 +40,6 @@
//=include _editorMode.js
/**load file**/
//=include _loadImage.js
//=include _loadPalette.js
/**event listeners**/
@@ -49,7 +48,8 @@
/**buttons**/
//=include _toolButtons.js
//=include _fileMenu.js
//=include FileManager.js
//=include TopMenuModule.js
//=include _rectSelect.js
//=include _move.js
//=include _rectangle.js