feat: modules moved and engine moved to submodule
This commit is contained in:
parent
dfb5e645cd
commit
c33d2130cc
5136 changed files with 225275 additions and 64485 deletions
|
|
@ -96,6 +96,8 @@ Skeleton2DEditor::Skeleton2DEditor() {
|
|||
|
||||
options->set_text(TTR("Skeleton2D"));
|
||||
options->set_button_icon(EditorNode::get_singleton()->get_editor_theme()->get_icon(SNAME("Skeleton2D"), EditorStringName(EditorIcons)));
|
||||
options->set_flat(false);
|
||||
options->set_theme_type_variation("FlatMenuButton");
|
||||
|
||||
options->get_popup()->add_item(TTR("Reset to Rest Pose"), MENU_OPTION_SET_REST);
|
||||
options->get_popup()->add_separator();
|
||||
|
|
@ -133,6 +135,3 @@ Skeleton2DEditorPlugin::Skeleton2DEditorPlugin() {
|
|||
|
||||
//sprite_editor->options->hide();
|
||||
}
|
||||
|
||||
Skeleton2DEditorPlugin::~Skeleton2DEditorPlugin() {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue