Cleanup
This commit is contained in:
@@ -15,8 +15,8 @@ namespace Presenter {
|
||||
this.scoreView.SetScore(this.scoreService.Score);
|
||||
}
|
||||
|
||||
public void Tick() {
|
||||
this.scoreView.UpdateScore();
|
||||
public void Tick(float scoreSpeed) {
|
||||
this.scoreView.UpdateScore(scoreSpeed);
|
||||
}
|
||||
|
||||
private void OnScoreChanged(int score) {
|
||||
|
||||
Reference in New Issue
Block a user