replays
This commit is contained in:
parent
599dbb66e4
commit
fc5f9630bd
9 changed files with 11 additions and 10 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue