user settings and sound volume control
This commit is contained in:
+6
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user