Made autoload and ui folders to clean things up

This commit is contained in:
pennyrigate 2023-02-24 17:15:20 -05:00
parent 212b49de56
commit 8cfe971e06
26 changed files with 50 additions and 43 deletions

View file

@ -21,15 +21,15 @@ _global_script_class_icons={
[application]
config/name="Hero Mark 2"
run/main_scene="res://Main.tscn"
run/main_scene="res://main.tscn"
config/icon="res://icon.png"
[autoload]
Game="*res://game.tscn"
Debug="*res://objects/debug.tscn"
LevelData="*res://level_data.tscn"
Save="*res://scripts/save.gd"
Game="*res://autoloads/game.tscn"
Debug="*res://autoloads/debug.tscn"
LevelData="*res://autoloads/level_data.tscn"
Save="*res://autoloads/save.gd"
[display]