Generic MVP working
This commit is contained in:
31
Assets/Settings/AirplaneSettings.asset
Normal file
31
Assets/Settings/AirplaneSettings.asset
Normal file
@@ -0,0 +1,31 @@
|
||||
%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: 20
|
||||
minForceMultiplier: 0.1
|
||||
maxForceMultiplier: 1
|
||||
trajectoryPoints: 20
|
||||
trajectoryTimeStep: 0.1
|
||||
trajectoryLockDuration: 0
|
||||
autoRegisterInput: 1
|
||||
airplaneMass: 1
|
||||
maxFlightTime: 10
|
||||
cameraFollowSmoothing: 5
|
||||
flightCameraZoom: 5
|
||||
introDuration: 1
|
||||
personIntroDuration: 1
|
||||
evaluationDuration: 1
|
||||
showDebugLogs: 0
|
||||
Reference in New Issue
Block a user