MODE_EDIT_TYPES support monsters and items, with create/delete undo/redo

This commit is contained in:
2025-06-04 08:51:41 -05:00
parent 1842d376e6
commit 756f29bd1b
8 changed files with 304 additions and 188 deletions

View File

@@ -22,6 +22,10 @@ const int TER_RECT_UL_Y = 19;
const int UI_LAYER_DEFAULT = 1000;
const int UI_LAYER_MENUBAR = 1200;
// When editing types, several more rows can fit because the tool palette isn't there
const int TYPE_ROWS_DRAWING = 16;
const int TYPE_ROWS_EDITING = 23;
enum eScenMode {
MODE_DRAWING = 0,
MODE_TOGGLE_ROAD = 1,