Revert "Add new scaling modes for splash screen"
This reverts commit fcc9f5ce39.
The feature is good but the implementation still needs more work.
A new PR will be made with a rework of this commit.
This commit is contained in:
parent
82efb1d262
commit
cba2fd2e80
13 changed files with 58 additions and 165 deletions
|
|
@ -57,7 +57,7 @@ public:
|
|||
RendererCanvasRender *get_canvas() { return &canvas; }
|
||||
RendererSceneRender *get_scene() { return &scene; }
|
||||
|
||||
void set_boot_image(const Ref<Image> &p_image, const Color &p_color, RenderingServer::SplashStretchMode p_stretch_mode, bool p_use_filter = true);
|
||||
void set_boot_image(const Ref<Image> &p_image, const Color &p_color, bool p_scale, bool p_use_filter = true);
|
||||
|
||||
void initialize();
|
||||
void begin_frame(double frame_step);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue