mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 04:06:14 +00:00
Enhanced iOS and UWP logo on Export dialog
This commit is contained in:
parent
2ab7a0f64c
commit
1746fbd1c6
@ -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 New Issue
Block a user