This commit is contained in:
Nam Tae Gun 2025-01-03 17:24:57 +09:00
parent e8f30ab80d
commit a9bb44fe99
3 changed files with 604 additions and 79 deletions

View File

@ -40,10 +40,12 @@ namespace BlueWater.Tycoons
float playerHoldingDeltaTime = Time.deltaTime / _playerHoldingTime;
if (_isPlayerInteracting)
{
InteractionCanvas.BalloonUi.PauseTween();
HoldingElapsedTime += playerHoldingDeltaTime;
}
else
{
InteractionCanvas.BalloonUi.ResumeTween();
if (HoldingElapsedTime > 0f)
{
HoldingElapsedTime -= playerHoldingDeltaTime;

File diff suppressed because one or more lines are too long

View File

@ -140,7 +140,7 @@ PlayerSettings:
loadStoreDebugModeEnabled: 0
visionOSBundleVersion: 1.0
tvOSBundleVersion: 1.0
bundleVersion: 0.4.0.5
bundleVersion: 0.4.0.6
preloadedAssets:
- {fileID: -944628639613478452, guid: 4ed6540e2f7ce234888adf8deff1f241, type: 3}
- {fileID: 11400000, guid: 112e4950c7d9b7a429feb9bb058a93a7, type: 2}