Generic MVP working
This commit is contained in:
committed by
Michal Pikulski
parent
11833ba503
commit
ab579e2d21
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
|
||||
8
Assets/Settings/AirplaneSettings.asset.meta
Normal file
8
Assets/Settings/AirplaneSettings.asset.meta
Normal file
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c56b7c4096b59584c93f2cfa79230643
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user