mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Add Stretch Modes for Splash Screen
Co-authored-by: Samuel Pedrajas <samuelpedrajaspz@gmail.com>
This commit is contained in:
parent
c7b1767560
commit
b6b3e1ef9e
16 changed files with 178 additions and 46 deletions
|
|
@ -1110,7 +1110,7 @@ public:
|
|||
#define ServerName RendererCompositor
|
||||
#define server_name RSG::rasterizer
|
||||
|
||||
FUNC4S(set_boot_image, const Ref<Image> &, const Color &, bool, bool)
|
||||
FUNC4S(set_boot_image_with_stretch, const Ref<Image> &, const Color &, RenderingServer::SplashStretchMode, bool)
|
||||
|
||||
/* STATUS INFORMATION */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue