drwhut / tabletop-club

An open-source platform for playing tabletop games in a physics-based 3D environment for Windows, macOS, and Linux! Made with the Godot Engine.
https://tabletopclub.net
MIT License
1.28k stars 55 forks source link

Add a customized splash screen for the Godot Engine. #67

Open drwhut opened 2 years ago

drwhut commented 2 years ago

Is your feature request related to a problem? Please describe. Right now, the game uses the default splash screen used by the Godot Engine. It would be nice to have our own custom version!

Describe the solution you'd like Design and create a new splash screen representing the Godot Engine, in the style of the game. It should also say something like "Godot Engine", or "Made with the Godot Engine", or something along those lines.

Describe alternatives you've considered None.

Additional context This thread is kind of a continuation of #38, as @leogott posted a proposal in that issue, which I thought would work well as a splash screen.

Dev-Avishka commented 2 years ago

What if yo create a scene and then put it to the start and make a script to load the game after few seconds

drwhut commented 2 years ago

Yeah, that's most likely how I will implement it - the initial boot screen just goes away too quickly, especially so on SSDs.

drwhut commented 1 year ago

I've put in a simple splash screen for now, which just fades in and out the normal Godot logo - but I'll keep this issue open just in case anyone wants to have a go at making a customized version of the logo specifically for Tabletop Club!