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
- Add the scene to your project
- Assign it where needed (menu / end screen / trigger)
- Edit
credits_datain the script (credits.gd) - Set
main_menu_scenepath if return is needed - 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.