user settings and sound volume control

This commit is contained in:
Laurent Tourte
2023-03-02 10:14:26 +01:00
parent 79a73cf45d
commit 4b0ad99172
563 changed files with 2102 additions and 1632 deletions
+6 -2
View File
@@ -18,12 +18,11 @@ config/icon="res://icon.svg"
[audio]
buses/default_bus_layout="res://resources/audio_buses/main_audio_bus_layout.tres"
buses/default_bus_layout.debug="res://resources/audio_buses/debug_audio_bus_layout.tres"
[autoload]
GameGlobals="*res://sources/utils/autoloads/game_globals.gd"
LessonLogger="*res://sources/utils/autoloads/lesson_logger.gd"
UserDataManager="*res://sources/utils/autoloads/user_data_manager.gd"
[display]
@@ -32,3 +31,8 @@ window/size/viewport_height=1800
window/size/window_width_override=1280
window/size/window_height_override=900
window/stretch/mode="canvas_items"
[gui]
theme/custom="res://resources/themes/kalulu_theme.tres"
theme/custom_font="res://assets/fonts/DidactGothic-Regular.ttf"