Add EditorStringNames singleton
This commit is contained in:
parent
fa3428ff25
commit
6de34fde27
176 changed files with 2549 additions and 2325 deletions
|
|
@ -84,7 +84,7 @@ void SkeletonIK3DEditorPlugin::_bind_methods() {
|
|||
|
||||
SkeletonIK3DEditorPlugin::SkeletonIK3DEditorPlugin() {
|
||||
play_btn = memnew(Button);
|
||||
play_btn->set_icon(EditorNode::get_singleton()->get_gui_base()->get_theme_icon(SNAME("Play"), SNAME("EditorIcons")));
|
||||
play_btn->set_icon(EditorNode::get_singleton()->get_gui_base()->get_editor_theme_icon(SNAME("Play")));
|
||||
play_btn->set_text(TTR("Play IK"));
|
||||
play_btn->set_toggle_mode(true);
|
||||
play_btn->hide();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue