2026-04-10 퀵슬롯진행중

This commit is contained in:
2026-04-10 18:06:47 +09:00
parent 03aebd641f
commit 00b832296b
277 changed files with 1053 additions and 12 deletions

View File

@@ -414,7 +414,7 @@ private void StartAreaSelect(int slotIndex)
{
_areaIndicator = Instantiate(skill.Data.AreaIndicatorPrefab);
float range = skill.CurrentLevelData.Range;
_areaIndicator.transform.localScale = new Vector3(range * 2f, 1f, range * 2f);
_areaIndicator.transform.localScale = new Vector3(range * 2f, range * 2f, range * 2f);
}
}