Enhanced iOS and UWP logo on Export dialog
This commit is contained in:
parent
2ab7a0f64c
commit
1746fbd1c6
2 changed files with 2 additions and 4 deletions
|
@ -37,7 +37,7 @@
|
|||
#include "io/zip_io.h"
|
||||
#include "os/file_access.h"
|
||||
#include "os/os.h"
|
||||
#include "platform/osx/logo.gen.h"
|
||||
#include "platform/iphone/logo.gen.h"
|
||||
#include "project_settings.h"
|
||||
#include "string.h"
|
||||
#include "version.h"
|
||||
|
@ -977,9 +977,7 @@ bool EditorExportPlatformIOS::can_export(const Ref<EditorExportPreset> &p_preset
|
|||
|
||||
EditorExportPlatformIOS::EditorExportPlatformIOS() {
|
||||
|
||||
///@TODO need to create the correct logo
|
||||
// Ref<Image> img = memnew(Image(_iphone_logo));
|
||||
Ref<Image> img = memnew(Image(_osx_logo));
|
||||
Ref<Image> img = memnew(Image(_iphone_logo));
|
||||
logo.instance();
|
||||
logo->create_from_image(img);
|
||||
}
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.5 KiB |
Loading…
Reference in a new issue