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:
Hugo Locurcio
2019-06-13 22:37:19 +02:00
parent bd937ea397
commit 786a7341a7
13 changed files with 19 additions and 16 deletions

View File

@@ -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;