JamTitleScreen - GalanCM/Godot-Jamkit GitHub Wiki

JamTitleScreen is used, as the name suggests, for simple title screens. It displays a title screen and a prompt to "Press Any Key". Pressing a key will then load the configured Game Scene.

It can be modified just like any other scene, but there are a handful of required and recommended modifications.

Game Scene (required)

This script variable determines which scene to load as your first scene. You can select a default .tscn file from the user interface.

Title Image

There is no title image provided by default. To add one, set the Texture of the JamTitleScreen node to your title screen image. The image should automatically stretch to fill the width and height of your screen.

Prompt text

It's strongly recommended that you modify the "Press Any Key". You can move it to make room for your title screen, change the text and font to better fit the flavor of your game, modify the animation, or event replace it with a Sprite. Have some fun with it!