Started implementing editor modes

Added prompt in the create menu to choose an editor mode.
This commit is contained in:
unsettledgames
2020-07-20 12:59:04 +02:00
parent d4497c4a83
commit e9e1ba96da
7 changed files with 79 additions and 2 deletions

View File

@ -49,7 +49,6 @@ Object.keys(presets).forEach(function(presetName,index) {
});
on('click', 'preset-button', function (e){
//open or close the preset menu
toggle('preset-button');