All audio stuff moved to audio autoload and removed game.tscn in favor of just game.gd

This commit is contained in:
pennyrigate 2023-02-25 23:44:13 -05:00
parent 30cfad6e7e
commit e1a30188a6
21 changed files with 134 additions and 97 deletions

View file

@ -33,7 +33,7 @@ export var target_time_any = 0
func _ready():
Game.fade.fade_in(0.000000000000001)
change_current_level(Game.current_level)
Game.ac_music.stop()
Audio.ac_music.stop()
func _physics_process(delta):
if Input.is_action_just_pressed("ui_up"): change_current_level(-1)