Merge pull request #13395 from ISylvox/export-logo

Enhance iOS and UWP logo on Export dialog
This commit is contained in:
Rémi Verschelde 2017-11-29 14:43:40 +01:00 committed by GitHub
commit 38402fb49e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -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