Maaack / Godot-Game-Template

Godot template with a main menu, options menus, pause menu, credits, scene loader, extra tools, and an example game scene.
MIT License
283 stars 17 forks source link

Credits don't scroll the second time #114

Closed Taylor-Mattison closed 1 week ago

Taylor-Mattison commented 1 week ago

Steps to reproduce:

  1. Create a new project and install Godot-Game-Template from the Godot AssetLib
  2. Enable Godot-Game-Template plugin and restart Godot
  3. Run the project and click the Credits button in the main menu, allow the credits to scroll all the way through and automatically return to the main menu
  4. Click the credits button again

Expected behavior: The credits should scroll through again Actual behavior: The credits do not start scrolling and show a blank screen until you scroll down

Taylor-Mattison commented 1 week ago

Thanks for the quick fix!

Maaack commented 1 week ago

Ha, I won't always be that quick; this was good timing.

Thanks for the detailed bug report!