UI 이미지 작업

This commit is contained in:
aube.lee
2025-02-04 21:08:13 +09:00
parent 44777fdad6
commit 357a037f99
27 changed files with 1749 additions and 1006 deletions

View File

@@ -17,6 +17,7 @@ namespace TON
public void SetCharaterData(Sprite image, string name, int i)
{
character_image.sprite = image;
character_image.enabled = true;
charater_name.text = name;
index = i;
}