diff options
| author | L. Krause <eska@eska.me> | 2017-05-25 20:57:13 +0200 |
|---|---|---|
| committer | L. Krause <eska@eska.me> | 2017-06-27 21:06:26 +0200 |
| commit | 92367968e7f1416f33eebfa06c60cacf5c757f65 (patch) | |
| tree | 3aeb61b8e0347446891e11859dd9ae230773b3d7 /editor/editor_export.h | |
| parent | 90592ccf03521cda14ee3a9576b671136da2021d (diff) | |
| download | redot-engine-92367968e7f1416f33eebfa06c60cacf5c757f65.tar.gz | |
Use custom native-run icons for Android and HTML5
Diffstat (limited to 'editor/editor_export.h')
| -rw-r--r-- | editor/editor_export.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_export.h b/editor/editor_export.h index 740f05174b..64381fbb35 100644 --- a/editor/editor_export.h +++ b/editor/editor_export.h @@ -197,6 +197,7 @@ public: }; virtual Error run(const Ref<EditorExportPreset> &p_preset, int p_device, int p_debug_flags) { return OK; } + virtual Ref<Texture> get_run_icon() const { return get_logo(); } virtual bool can_export(const Ref<EditorExportPreset> &p_preset, String &r_error, bool &r_missing_templates) const = 0; |
