问题修复

1. 指针切换问题
2. 不同分辨率适配问题
This commit is contained in:
2025-03-19 15:46:06 +08:00
parent 6c72fd74d3
commit 72f63d8598
19 changed files with 1380 additions and 355 deletions
+1 -1
View File
@@ -203,7 +203,7 @@ namespace AibisDream
else
{
_actorName.transform.parent.localPosition =
character.key == "me" ? new Vector3(460, 150, 0) : new Vector3(-630, 150, 0);
character.key == "me" ? new Vector3(310, 95, 0) : new Vector3(-458, 95, 0);
_actorName.transform.parent.gameObject.SetActive(true);
_actorName.text = character.GetActorName();