This commit is contained in:
gemdude46 2023-01-30 19:49:06 +00:00
parent 599dbb66e4
commit fc5f9630bd
9 changed files with 11 additions and 10 deletions

View file

@ -7,7 +7,7 @@ export var replay_file: String
func _ready():
._ready()
replay = ReplayRecording.new()
replay.load_from_uri(replay_file)
replay.load_from_uri(replay_file % MusicController.difficulty)
func process_unit(delta : float, time_elapsed : float):