-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Working on fixing little bugs for Oh Deer God
- Loading branch information
1 parent
b2ff221
commit 32bec34
Showing
19 changed files
with
708 additions
and
93 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
|
||
|
||
|
||
|
||
pub fn register_editor_elements() { | ||
// let Some(mut cmd) = EditorInterface::singleton().get_command_palette() else { | ||
// return; | ||
// }; | ||
// cmd.add_command( | ||
// "Force Core Globals to Serialize".to_godot(), | ||
// "squiggles_core_serialize".to_godot(), | ||
// Callable::from_fn("name", |_args: &[&Variant]| { | ||
// CoreGlobals::singleton() | ||
// .bind() | ||
// .get_config() | ||
// .bind_mut() | ||
// .serialize(); | ||
// Ok(Variant::nil()) | ||
// }), | ||
// ); | ||
} | ||
|
||
pub fn unregister_editor_elements() {} |
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.