언덕의 여왕 - 결과 화면

This commit is contained in:
Ino 2025-07-22 09:37:41 +09:00
parent 2244f42e81
commit 51c101b270
4 changed files with 1876 additions and 706 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,3 @@
using TMPro;
public class DungeonResult_Wave : DungeonResultBase
{
public override void Set(bool? win)
@ -9,8 +7,11 @@ public class DungeonResult_Wave : DungeonResultBase
var beforepoint = sdata.Get_DungeonValue(eDungeon.d4_Wave, 2);
var afterpoint = DungeonInfo.Ins.WaveScore;
texts[0].text = $"기존 점수 : {beforepoint}\n\n";
texts[0].text = $"{texts[0].text}이번 점수 : {afterpoint}";
texts[0].text = DSUtil.Format(424, beforepoint);
texts[1].text = DSUtil.Format(425, afterpoint);
texts[2].text = MyValue.MyChoiceMapData.n_DungeonLv.ToString();
rewards[0].Set(list_reward[0]);
rewards[1].Set(list_reward[1]);
if (afterpoint > beforepoint)
{