Add editor icon
This commit is contained in:
parent
f4e3f162ec
commit
c6a9ea5948
|
@ -985,8 +985,7 @@ LimboAIEditor::~LimboAIEditor() {
|
||||||
///////////////////////// LimboAIEditorPlugin ////////////////////////////////
|
///////////////////////// LimboAIEditorPlugin ////////////////////////////////
|
||||||
|
|
||||||
const Ref<Texture> LimboAIEditorPlugin::get_icon() const {
|
const Ref<Texture> LimboAIEditorPlugin::get_icon() const {
|
||||||
// TODO:
|
return editor->get_gui_base()->get_icon("LimboAIEditor", "EditorIcons");
|
||||||
return nullptr;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void LimboAIEditorPlugin::apply_changes() {
|
void LimboAIEditorPlugin::apply_changes() {
|
||||||
|
|
Before Width: | Height: | Size: 776 B After Width: | Height: | Size: 776 B |
Loading…
Reference in New Issue