NodotProject / nodot

A node composition library for Godot 4
https://nodotproject.github.io/nodot/
MIT License
332 stars 12 forks source link

Options menu #134

Closed krazyjakee closed 1 year ago

krazyjakee commented 1 year ago

Introduces several changes to improve the pause and global configuration functionality via a pause and options menu.

In the AudioManager.gd file:

In the InputManager.gd file:

In the VideoManager.gd file:

In the SaveManager.gd file:

These changes enhance the project by providing a comprehensive options menu that allows users to customize audio, input, and video settings. The configuration is saved and loaded, ensuring that user preferences are retained across sessions.

Closes #131, #102, #103, #104 and #105