Phazorknight / Cogito

Immersive Sim Template Project for GODOT 4
MIT License
865 stars 98 forks source link

Base Tab Menu #157

Closed ac-arcana closed 6 months ago

ac-arcana commented 6 months ago

Separate out the basic tab menu input function and nodes_to_focus to another class. OptionsTabMenu now extends this class. This will make it easier to create other tab based menus with controller support in the future.

Also some minor style changes in OptionsTabMenu.