1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Restored (And auto-generated) splash image

This commit is contained in:
Juan Linietsky
2017-04-09 20:02:04 -03:00
parent d596946a45
commit 7ba71fb243
9 changed files with 112 additions and 1425 deletions

View File

@@ -122,6 +122,8 @@ int VisualServerRaster::get_render_info(RenderInfo p_info) {
/* TESTING */
void VisualServerRaster::set_boot_image(const Image &p_image, const Color &p_color, bool p_scale) {
VSG::rasterizer->set_boot_image(p_image, p_color, p_scale);
}
void VisualServerRaster::set_default_clear_color(const Color &p_color) {
}