Refactor Overworld Editor and enhance settings management for v3 features
- Removed the outdated ZEML layout file and associated references to streamline the OverworldEditor. - Introduced the OverworldEditorManager class to encapsulate v3 settings management, improving code organization and maintainability. - Updated the OverworldEditor to utilize ImGui for layout, enhancing user interaction and flexibility. - Enhanced the changelog with detailed descriptions of new features and improvements, including a comprehensive undo/redo system and advanced palette management. - Removed deprecated diagnostic patterns from the clangd configuration to improve code quality checks.
This commit is contained in:
@@ -22,7 +22,6 @@ set(
|
||||
)
|
||||
|
||||
set(YAZE_RESOURCE_FILES
|
||||
${CMAKE_SOURCE_DIR}/assets/layouts/overworld.zeml
|
||||
${CMAKE_SOURCE_DIR}/assets/font/Karla-Regular.ttf
|
||||
${CMAKE_SOURCE_DIR}/assets/font/Roboto-Medium.ttf
|
||||
${CMAKE_SOURCE_DIR}/assets/font/Cousine-Regular.ttf
|
||||
|
||||
Reference in New Issue
Block a user