Initial commit. Implement music sync features.
This commit is contained in:
9
rhythm_game/lane/lane.gd
Normal file
9
rhythm_game/lane/lane.gd
Normal file
@@ -0,0 +1,9 @@
|
||||
class_name Lane extends Node2D
|
||||
|
||||
|
||||
func get_hit_pos() -> Vector2:
|
||||
return position
|
||||
|
||||
|
||||
func update(_beat: BeatUpdate) -> void:
|
||||
pass
|
||||
Reference in New Issue
Block a user