You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-19 14:31:59 +00:00
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:
@@ -907,7 +907,7 @@ public:
|
||||
|
||||
virtual double get_frame_setup_time_cpu() const override;
|
||||
|
||||
virtual void set_boot_image(const Ref<Image> &p_image, const Color &p_color, RenderingServer::SplashStretchMode p_stretch_mode, bool p_use_filter = true) override;
|
||||
virtual void set_boot_image(const Ref<Image> &p_image, const Color &p_color, bool p_scale, bool p_use_filter = true) override;
|
||||
virtual void set_default_clear_color(const Color &p_color) override;
|
||||
|
||||
virtual bool has_feature(Features p_feature) const override;
|
||||
|
||||
Reference in New Issue
Block a user