Implement lane update.

This commit is contained in:
2026-02-04 00:04:55 +08:00
parent 176465e067
commit 06a0424fd0

View File

@@ -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)