Closed DissonantVoid closed 2 years ago
-audio_preferences.gd now relies on bus indexes stored in a dedicated enum instead of using magic numbers -refactored repetitive code -modified/refactored settings_page.gd to work with the new change
audio_preferences.gd
settings_page.gd
A much cleaner way of doing it. I didn't know about binds for signals, seem quite useful.
yep, binds are really useful when you want to identify a node, I use them a lot in UI since it can get repetitive
-
audio_preferences.gd
now relies on bus indexes stored in a dedicated enum instead of using magic numbers -refactored repetitive code -modified/refactoredsettings_page.gd
to work with the new change