Implement note spawner.

This commit is contained in:
2026-02-01 23:17:51 +08:00
parent 3a9d3046b2
commit 7bc4246375
8 changed files with 151 additions and 75 deletions

View File

@@ -4,6 +4,6 @@ class_name Lane extends Node2D
func get_hit_pos() -> Vector2:
return position
func update(_beat: BeatUpdate) -> void:
## Should be connected to [signal NoteSpawner.notes_spawned].
func update(beat: float) -> void:
pass