You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-24 15:26:15 +00:00
Popups are now windows also (broken!)
This commit is contained in:
@@ -84,7 +84,7 @@ SkeletonIKEditorPlugin::SkeletonIKEditorPlugin(EditorNode *p_node) {
|
||||
|
||||
editor = p_node;
|
||||
play_btn = memnew(Button);
|
||||
play_btn->set_icon(editor->get_gui_base()->get_icon("Play", "EditorIcons"));
|
||||
play_btn->set_icon(editor->get_gui_base()->get_theme_icon("Play", "EditorIcons"));
|
||||
play_btn->set_text(TTR("Play IK"));
|
||||
play_btn->set_toggle_mode(true);
|
||||
play_btn->hide();
|
||||
|
||||
Reference in New Issue
Block a user