Update travel HUD and tutorial UI assets

This commit is contained in:
jongjae0305
2026-07-07 00:19:08 +09:00
parent 5423382296
commit 74498dcf87
63 changed files with 3468 additions and 102 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ public class Platform : MonoBehaviour {
private const int ItemPoolSize = 1;
private const float MileageTokenScale = 0.55f;
private const float MileageColliderRadius = 0.4f;
private const float ItemTokenScale = 0.68f;
private const float ItemTokenScale = 1.36f;
private const float ItemColliderRadius = 0.46f;
private const float JumpMileageMinWidthScale = 1.8f;
private const float JumpMileageMaxWidthScale = 2.5f;