Implement note visuals update method.
This commit is contained in:
@@ -20,3 +20,6 @@ func _notification(what: int) -> void:
|
||||
_lane = get_parent() as Lane
|
||||
NOTIFICATION_UNPARENTED:
|
||||
_lane = null
|
||||
|
||||
static func _calculate_scroll(target_beat: float, current_beat: float) -> float:
|
||||
return Settings.get_note_scroll_speed() * (current_beat - target_beat)
|
||||
|
||||
Reference in New Issue
Block a user