0.4.0.6
This commit is contained in:
parent
e8f30ab80d
commit
a9bb44fe99
@ -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
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user