-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First undo/redo logic and background task indicator (#72)
* Fix compilation with bevy 0.12 Only compilation, many bugs exists * FIxed omponents name and visible defaults * Fix picking, fix platformer scene * Fix platformer example * Fix physics spawn and simple spawn examples * cargo fmt * cargo clippy * Update Cargo.toml * cargo fmt again * Del shortcut * Added commands to tools and tabs traits * Sorted names in inspector and fix xpbd debug render * cargo fmt * Cargo clippy * Fix compiling without features * Persistance logic * Hide persistance under feature * Cache open states * Loading indicator * Undo redo base * added undo plugin * First worked undo redo for transforms * Merge branches --------- Co-authored-by: a.yamaev <[email protected]>
- Loading branch information
1 parent
74f1f27
commit 65266fd
Showing
14 changed files
with
862 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,4 @@ Cargo.lock | |
|
||
docs/.obsidian/* | ||
.vscode/launch.json | ||
editor.ron |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.