美术替换

This commit is contained in:
2025-02-20 01:40:04 +08:00
parent 7c27fbc7b4
commit 9b4c0ddfeb
15 changed files with 1691 additions and 267 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ namespace AibisDream
else
{
_actorName.transform.parent.localPosition =
character.key == "me" ? new Vector3(460, -125, 0) : new Vector3(-630, 150, 0);
character.key == "me" ? new Vector3(460, 150, 0) : new Vector3(-630, 150, 0);
_actorName.transform.parent.gameObject.SetActive(true);
_actorName.text = character.GetActorName();