Merge commit 'c42adc290cd8a27d01bb6d9877032dd2c963a4b7'
All checks were successful
Build / build (push) Successful in 4m22s

This commit is contained in:
2025-02-01 22:55:46 -06:00
35 changed files with 537 additions and 78 deletions

View File

@ -4,6 +4,8 @@
* Add PaletteV5 to accommodate namespace change.
* Add TileSheetV5. TileSheetV5 retains the bpp field for the sake of
CompactTileSheet, but always store it pixel as 8 bpp for itself.
* Add ability to move subsheets in the subsheet tree.
* Add Flip X and Flip Y button for TileSheet Editor.
* Replace file picker combo boxes with a browse button and file picker, and
support for dragging files from the project explorer.
* Add ability to create directories.
@ -12,3 +14,4 @@
* Ctrl-<num key> keyboard shortcuts for jumping between tabs.
* Fix Palette Editor to ignore keyboard input when popups are open.
* Palette Editor move color mechanism now uses drag and drop.
* Add ability to reorder Palette pages.