goostengine / goost

A general-purpose, extensible and customizable C++ extension for Godot Engine.
https://goostengine.github.io/
MIT License
481 stars 18 forks source link

Add custom splash screen #145

Closed Xrayez closed 3 years ago

Xrayez commented 3 years ago

Adds Goost logo to the base splash screen:

image

In order to use it, you need to compile Goost with patches:

scons use_godot_patches=yes splash=/path/to/goost/main/splash.png no_editor_splash=yes

This will be used for future Goost releases.