[Update] 로직 변경 및 회전 문제 해결 등
1. 회전 시 펜스가 사라지거나 남았던 현상 해결 - 펜스의 LOD가 여러개여서 필요한것만 남기고 삭제 2. 실드 ui 조정 - 별도의 스크립트와 핸들러를 이용해 빈 오브젝트(앵커)에 소속하게 변경 - pc에서는 화면 우측 상단으로 이동 - 모바일에서는 버튼 안으로 이동 3. 폰트 변경
This commit is contained in:
@@ -18,6 +18,6 @@ public class RestartTextHandler : MonoBehaviour
|
||||
if (GameSettings.IsMobile)
|
||||
restartText.text = "Touch the screen to restart";
|
||||
else
|
||||
restartText.text = "Press the R key to restart";
|
||||
restartText.text = "Press the 'R' key to restart";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user