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

Main Menu buttons not clickable except "Play" #110

Open danbraik opened 2 weeks ago

danbraik commented 2 weeks ago

Hi, first thank you very much for your project which help me a lot !

On a fresh install from the Asset Library in Godot 4.3.dev6.official, I got a bug when running the project:

I found a workaround: In MainMenu scene, I detach the script from the node "MainMenu/MenuContainer/VBoxContainer/MenuMargin/MenuButtons"

it may be a bug with the next release Godot 4.3

Have a nice day,

danbraik commented 2 weeks ago

I retried with a fresh install with the Godot 4.3-beta1, now all buttons are clickable but there is no focus on "Play" on MainMenu or on "Resume" on PauseMenu