diff --git a/project.godot b/project.godot index 6bdb63b..f46092b 100644 --- a/project.godot +++ b/project.godot @@ -71,12 +71,12 @@ config/icon="res://icon.png" [autoload] Border="*res://autoloads/border.tscn" +Options="*res://autoloads/options.gd" Save="*res://autoloads/save.gd" Game="*res://autoloads/game.gd" Audio="*res://autoloads/audio.tscn" LevelData="*res://autoloads/level_data.tscn" Debug="*res://autoloads/debug.tscn" -Options="*res://autoloads/options.gd" TouchControls="*res://autoloads/touch_controls.tscn" SceneManager="*res://autoloads/scene_manager.tscn" Console="*res://autoloads/console.tscn"