| | |
| | | /// <param name="myScore">789220</param> |
| | | public void SetData(string waveInfo, int myScore) |
| | | { |
| | | AudioSourceManager.Ins.StopBGAudio();//进来后停止播放BGM |
| | | |
| | | _waveInfo = waveInfo; |
| | | _myScore = myScore; |
| | | isFirstStart = true;//首次启动下载到数据执行动效 |
| | |
| | | |
| | | private void PlayDoTween() |
| | | { |
| | | AudioSourceManager.Ins.Play(AudioEnum.End); |
| | | |
| | | Sequence agentTweenSeq = DOTween.Sequence(); |
| | | //先出现 |
| | | Image tsTiele = transform.Find("Image_Tiele").GetComponent<Image>(); |
| | |
| | | { |
| | | var temp = Math.Floor(value); |
| | | scoreText.text = temp + ""; |
| | | }, 0, _myScore, 1.71f)); |
| | | }, 0, _myScore, 1.4f)); |
| | | agentTweenSeq.AppendCallback(StartLoadLargeData); |
| | | |
| | | tsLight = transform.Find("ImageLight"); |