Retouched the bird pooper.

This commit is contained in:
2025-12-15 23:57:05 +01:00
parent a4853c55ad
commit b39fa66625
2 changed files with 7 additions and 7 deletions

View File

@@ -170,7 +170,7 @@ Transform:
m_GameObject: {fileID: 2426140361169944921} m_GameObject: {fileID: 2426140361169944921}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -2.49, y: 23.83, z: 0} m_LocalPosition: {x: -8.07, y: 26, z: 0}
m_LocalScale: {x: 0.8, y: 0.8, z: 0.8} m_LocalScale: {x: 0.8, y: 0.8, z: 0.8}
m_ConstrainProportionsScale: 1 m_ConstrainProportionsScale: 1
m_Children: [] m_Children: []
@@ -316,7 +316,7 @@ Transform:
m_GameObject: {fileID: 8592651770916035927} m_GameObject: {fileID: 8592651770916035927}
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 13.15, y: 9.44, z: 0} m_LocalPosition: {x: 16.56, y: 12.92, z: 0}
m_LocalScale: {x: 1.2, y: 1.2, z: 1.2} m_LocalScale: {x: 1.2, y: 1.2, z: 1.2}
m_ConstrainProportionsScale: 1 m_ConstrainProportionsScale: 1
m_Children: [] m_Children: []

View File

@@ -12,14 +12,14 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: e7d3f5b948b3454681fa573071bee978, type: 3} m_Script: {fileID: 11500000, guid: e7d3f5b948b3454681fa573071bee978, type: 3}
m_Name: BirdPooperSettings m_Name: BirdPooperSettings
m_EditorClassIdentifier: AppleHillsScripts::Core.Settings.BirdPooperSettings m_EditorClassIdentifier: AppleHillsScripts::Core.Settings.BirdPooperSettings
gravity: 110 gravity: 120
flapForce: 75 flapForce: 70
maxFallSpeed: 200 maxFallSpeed: 150
minY: -15 minY: -15
maxY: 15 maxY: 15
maxRotationAngle: 40 maxRotationAngle: 40
rotationSpeed: 18 rotationSpeed: 18
obstacleMoveSpeed: 8 obstacleMoveSpeed: 7
obstacleSpawnInterval: 0.1 obstacleSpawnInterval: 0.1
obstacleSpawnXPosition: 12 obstacleSpawnXPosition: 12
obstacleDestroyXPosition: -12 obstacleDestroyXPosition: -12
@@ -27,5 +27,5 @@ MonoBehaviour:
obstacleMaxSpawnY: 3 obstacleMaxSpawnY: 3
poopFallSpeed: 10 poopFallSpeed: 10
poopDestroyYPosition: -20 poopDestroyYPosition: -20
targetMoveSpeed: 8 targetMoveSpeed: 7
targetSpawnInterval: 10 targetSpawnInterval: 10