Implement lane update.
This commit is contained in:
@@ -6,4 +6,5 @@ func get_hit_pos() -> Vector2:
|
||||
|
||||
## Should be connected to [signal NoteSpawner.notes_spawned].
|
||||
func update(beat: float) -> void:
|
||||
pass
|
||||
for note: NoteVisual in get_children():
|
||||
note.update(beat)
|
||||
|
||||
Reference in New Issue
Block a user