换音效
This commit is contained in:
@@ -51,7 +51,7 @@ namespace Ichni.RhythmGame.UI
|
||||
{
|
||||
progressBar.currentPercent = value;
|
||||
progressText.text = Mathf.RoundToInt(value) + "%";
|
||||
float markXPosition = 1920 * (value / 100f);
|
||||
float markXPosition = 1800 * (value / 100f);
|
||||
progressMark.anchoredPosition = new Vector2(markXPosition, progressMark.anchoredPosition.y);
|
||||
progressBar.UpdateUI();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user