Add GamePlus-Editor as default level editor #753
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Integrate a custom level editor based on GamePlus-Editor into the project.
level_editor/editor.py
to handle the main UI and logic for level editing.level_editor/file_manager.py
to manage level saving/loading.level_editor/main.py
to launch the editor from the game menu.level_editor/ui/editor_window.py
to create the editor window UI.level_editor/ui/tool_panel.py
to create the tool panel UI.level_editor/tools/object_placer.py
to implement the object placer tool.level_editor/tools/object_scaler.py
to implement the object scaler tool.level_editor/tools/object_rotator.py
to implement the object rotator tool.level_editor/data/level_loader.py
to handle level file loading.level_editor/data/level_saver.py
to handle level file saving.samples/main_menu.py
to add an option in the game’s menu to launch the editor.For more details, open the Copilot Workspace session.