Add an option to disable boot splash filtering
Disabling filtering is usually desired in projects using a pixel art style. This closes #19415.
This commit is contained in:
@@ -685,7 +685,7 @@ public:
|
||||
|
||||
/* TESTING */
|
||||
|
||||
virtual void set_boot_image(const Ref<Image> &p_image, const Color &p_color, bool p_scale);
|
||||
virtual void set_boot_image(const Ref<Image> &p_image, const Color &p_color, bool p_scale, bool p_use_filter = true);
|
||||
virtual void set_default_clear_color(const Color &p_color);
|
||||
|
||||
virtual bool has_feature(Features p_feature) const;
|
||||
|
||||
Reference in New Issue
Block a user