Files
AppleHillsProduction/Assets/Settings/AirplaneSettings.asset
Michal Pikulski 421c4d5cbd Stash work
2025-12-05 16:24:44 +01:00

41 lines
1.1 KiB
Plaintext

%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 1c277e2fec3d42e2b3b0bed1b8a33beb, type: 3}
m_Name: AirplaneSettings
m_EditorClassIdentifier: AppleHillsScripts::Minigames.Airplane.Settings.AirplaneSettings
slingshotSettings:
maxDragDistance: 5
baseLaunchForce: 50
minForceMultiplier: 0.1
maxForceMultiplier: 1
trajectoryPoints: 20
trajectoryTimeStep: 0.1
trajectoryLockDuration: 0
autoRegisterInput: 1
airplaneMass: 1
maxFlightTime: 60
introDuration: 2
personIntroDuration: 2
evaluationDuration: 2
dynamicSpawnThreshold: 10
targetMinDistance: 30
targetMaxDistance: 50
objectSpawnMinInterval: 1
objectSpawnMaxInterval: 3
positiveNegativeRatio: 0.5
spawnDistanceAhead: 15
groundSpawnInterval: 5
groundLayer: 14
maxGroundRaycastDistance: 50
defaultObjectYOffset: -18
showDebugLogs: 0