You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Add EditorStringNames singleton
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user