Save System Mk.III (and start of new difficulty system)

This commit is contained in:
Haze Weathers 2023-06-29 22:07:54 -04:00
parent 746b9813e2
commit 4958c420d8
8 changed files with 203 additions and 82 deletions

View file

@ -71,10 +71,10 @@ config/icon="res://icon.png"
[autoload]
Border="*res://autoloads/border.tscn"
Save="*res://autoloads/save.gd"
Game="*res://autoloads/game.gd"
Audio="*res://autoloads/audio.tscn"
LevelData="*res://autoloads/level_data.tscn"
Save="*res://autoloads/save.gd"
Debug="*res://autoloads/debug.tscn"
Options="*res://autoloads/options.gd"
TouchControls="*res://autoloads/touch_controls.tscn"