Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

Credits scene with scrolling text that is read from an attribution file in a markdown (.md) format.For usage information, visit the following:https://github.com/Maaack/Godot-Credits-Scene/blob/main/README.md#usage
Godot Credits Scene
For Godot 4.4 (4.3+ compatible)
This credits scene scrolls text that is read from an attribution file in a markdown (.md
) format.
Example on itch.io
Example is of Maaack's Game Template, which includes additional features.
Screenshots
Objective
For adding scrolling credits to your scenes that can auto-update from a project's ATTRIBUTION.md
, CONTRIBUTORS.md
, or similar attribution markdown file.
Features
- Classic scrolling text.
- Interactable:
- Supports mouse-wheel and touch-pad scrolling.
- Supports clicking on external links.
- Generates content from reading an attribution file in markdown (
.md
) format. - End Credits example scene.
- Assisted plugin installation.
How it Works
Credits.tscn
reads fromATTRIBUTION.md
to automatically generate the content for it's scrolling text label.
Installation
Godot Asset Library
This package is available as a plugin, meaning it can be added to an existing project.
When editing an existing project:
- Go to the
AssetLib
tab. - Search for "Maaack's Credits Scene".
- Click on the result to open the plugin details.
- Click to Download.
- Check that contents are getting installed to
addons/
and there are no conflicts. - Click to Install.
- Reload the project (you may see errors before you do this).
- Enable the plugin from the Project Settings > Plugins tab.
If it's enabled for the first time,- A dialogue window will appear asking to copy the example scenes out of
addons/
.
- A dialogue window will appear asking to copy the example scenes out of
- Continue with the Existing Project Instructions
GitHub
- Download the latest release version from GitHub.
- Extract the contents of the archive.
- Move the
addons/maaacks_credits_scene
folder into your project'saddons/
folder. - Open/Reload the project.
- Enable the plugin from the Project Settings > Plugins tab.
If it's enabled for the first time,- A dialogue window will appear asking to copy the example scenes out of
addons/
.
- A dialogue window will appear asking to copy the example scenes out of
- Continue with the Existing Project Instructions
Extras or Components
Users that want additional features can try Maaack's Game Template or other options from the plugin suite.
Usage
Existing Project
More Documentation
Featured Games
Spud Customs | Rent Seek Kill | A Darkness Like Gravity |
---|---|---|
![]() |
![]() |
![]() |
Find on Steam | Play on itch.io | Play on itch.io |
Community
Join the Discord server and share your work with others. It's also a space for getting or giving feedback, and asking for help.
Links
Credits scene with scrolling text that is read from an attribution file in a markdown (.md) format.
For usage information, visit the following:
https://github.com/Maaack/Godot-Credits-Scene/blob/main/README.md#usage
Reviews
Quick Information

Credits scene with scrolling text that is read from an attribution file in a markdown (.md) format.For usage information, visit the following:https://github.com/Maaack/Godot-Credits-Scene/blob/main/README.md#usage