[nostalgia/core/studio] Add PaletteEditor
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
#include "new_tilesheet_wizard.hpp"
|
||||
#include "import_tilesheet_wizard.hpp"
|
||||
#include "paletteeditor.hpp"
|
||||
#include "tilesheeteditor.hpp"
|
||||
|
||||
#include "plugin.hpp"
|
||||
@@ -50,6 +51,12 @@ QVector<studio::EditorMaker> Plugin::editors(const studio::Context *ctx) {
|
||||
[ctx](QString path) {
|
||||
return new TileSheetEditor(path, ctx, ctx->tabParent);
|
||||
}
|
||||
},
|
||||
{
|
||||
{"npal"},
|
||||
[ctx](QString path) {
|
||||
return new PaletteEditor(path, ctx, ctx->tabParent);
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user