forked from team-sg/hero-mark-2
Made autoload and ui folders to clean things up
This commit is contained in:
parent
212b49de56
commit
8cfe971e06
26 changed files with 50 additions and 43 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue