mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-25 21:27:30 +01:00
New icon for frt sdl.
This commit is contained in:
parent
ed0bd52a23
commit
d6af267b6b
@ -33,7 +33,7 @@
|
||||
|
||||
#include "core/os/file_access.h"
|
||||
#include "editor/editor_export.h"
|
||||
#include "platform/frt/logo.gen.h"
|
||||
#include "platform/frt_sdl/logo.gen.h"
|
||||
#include "scene/resources/texture.h"
|
||||
|
||||
|
||||
@ -385,7 +385,7 @@ void register_frt_sdl_exporter() {
|
||||
Ref<EditorExportPlatformFRTSDL> platform;
|
||||
platform.instance();
|
||||
|
||||
Ref<Image> img = memnew(Image(_frt_logo));
|
||||
Ref<Image> img = memnew(Image(_frt_sdl_logo));
|
||||
Ref<ImageTexture> logo;
|
||||
logo.instance();
|
||||
logo->create_from_image(img);
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 439 B After Width: | Height: | Size: 5.1 KiB |
Loading…
Reference in New Issue
Block a user