Description
Changelog
Reviews

Basic Credits Template (Godot 4)

Overview

Lightweight, drop-in credits system for Godot 4 projects. Designed for fast integration in game jams, prototypes and indie games where you don’t want to waste time.

Just add the scene, edit a simple data array and you’re done.


Features

  • Auto-generated credits from structured data list
  • Smooth vertical scrolling animation
  • Easy editing of roles and names in script
  • Adjustable scroll speed
  • ESC skip support
  • Optional return to main scene
  • minimal setup (no UI editor dependency)

Setup

  1. Add the scene to your project
  2. Assign it where needed (menu / end screen / trigger)
  3. Edit credits_data in the script (credits.gd)
  4. Set main_menu_scene path if return is needed
  5. Run the scene

Usage

Credits are fully driven by the credits_data array. Add, remove or reorder entries directly in code. No extra systems or plugins required.

Changelog for version V1.0

No changelog provided for this version.

Reviews (0)

EZ Credits Template has no reviews yet.

Login to write a review.