The feel is fine

This commit is contained in:
2025-09-24 15:16:31 +02:00
parent 783541a776
commit aeaa977294
19 changed files with 494 additions and 344 deletions

View File

@@ -26,13 +26,11 @@ MonoBehaviour:
bubbleWobbleMinScale: 0.2
bubbleWobbleMaxScale: 1.2
bubbleSurfacingSpeedFactor: 0.5
obstacleLayer: 9
obstacleTileLayerMask:
serializedVersion: 2
m_Bits: 0
obstacleLayer: 11
obstacleUseObjectPooling: 1
obstacleMaxPerPrefabPoolSize: 3
obstacleTotalMaxPoolSize: 15
trenchTileLayer: 13
trenchTileUseObjectPooling: 1
trenchTileMaxPerPrefabPoolSize: 2
trenchTileTotalMaxPoolSize: 10
@@ -44,12 +42,12 @@ MonoBehaviour:
playerSpeedToAmplitude: 2
playerMaxRotationLimit: 45
playerVerticalFrequency: 0.5
playerVerticalAmplitude: 0.5
playerVerticalAmplitude: 0.2
playerVelocitySmoothing: 10
playerRotationSmoothing: 10
playerObstacleLayerMask:
serializedVersion: 2
m_Bits: 4294967295
m_Bits: 5120
blockInputDuringImmunity: 1
bumpMode: 0
bumpCurve:

View File

@@ -12,8 +12,37 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 0ce4dba7a1c54e73b1b3d7131a1c0570, type: 3}
m_Name: MinigameSettings
m_EditorClassIdentifier:
endlessDescenderLerpSpeed: 2.03
endlessDescenderMaxOffset: 10
endlessDescenderClampXMin: -3.5
endlessDescenderClampXMax: 3.5
endlessDescenderSpeedExponent: 0.97
lerpSpeed: 2
maxOffset: 10
clampXMin: -3.5
clampXMax: 3.5
speedExponent: 0.97
tapMaxDistance: 0.5
tapDecelerationRate: 5
baseSpawnProbability: 0.2
maxSpawnProbability: 0.5
probabilityIncreaseRate: 0.01
guaranteedSpawnTime: 30
spawnCooldown: 5
basePoints: 100
depthMultiplier: 10
speedTransitionDuration: 2
surfacingSpeedFactor: 3
surfacingSpawnDelay: 5
initialTileCount: 3
tileSpawnBuffer: 1
moveSpeed: 2
speedUpFactor: 0
speedUpInterval: 10
maxMoveSpeed: 12
velocityCalculationInterval: 0.5
obstacleSpawnInterval: 2
obstacleSpawnIntervalVariation: 0.5
obstacleMaxSpawnAttempts: 10
obstacleSpawnCollisionRadius: 1
obstacleMinMoveSpeed: 1
obstacleMaxMoveSpeed: 4
damageImmunityDuration: 1
bumpForce: 5
smoothMoveSpeed: 8
blockInputDuringBump: 1