[nostalgia/core/studio] Add Mod Greater/Equal To menu to TileSheetEditor

This commit is contained in:
2020-10-16 00:54:59 -05:00
parent 0b3b54b3fd
commit faadcae7e9
3 changed files with 112 additions and 3 deletions
+3 -2
View File
@@ -17,8 +17,9 @@ constexpr auto PaletteDir = "/Palettes/";
// Command IDs to use with QUndoCommand::id()
enum class CommandId {
UpdatePixel = 1,
UpdateDimension = 2,
InsertTile = 3,
ModPixel = 2,
UpdateDimension = 3,
InsertTile = 4,
};
}