[nostalgia/core] Add ability to save tile sheets and store columns and rows in ng file

This commit is contained in:
2020-03-11 00:17:07 -05:00
parent 748fea3d43
commit bf00ff0e41
8 changed files with 197 additions and 51 deletions
+1
View File
@@ -15,6 +15,7 @@ constexpr auto PluginName = "NostalgiaCore";
// Command IDs to use with QUndoCommand::id()
enum class CommandId {
UpdatePixel = 1,
UpdateDimension = 2,
};
}