forked from team-sg/hero-mark-2
All audio stuff moved to audio autoload and removed game.tscn in favor of just game.gd
This commit is contained in:
parent
30cfad6e7e
commit
e1a30188a6
21 changed files with 134 additions and 97 deletions
|
@ -26,10 +26,11 @@ config/icon="res://icon.png"
|
|||
|
||||
[autoload]
|
||||
|
||||
Game="*res://autoloads/game.tscn"
|
||||
Debug="*res://autoloads/debug.tscn"
|
||||
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"
|
||||
|
||||
[display]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue