您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
24 行
647 B
24 行
647 B
%YAML 1.1
|
|
%TAG !u! tag:unity3d.com,2011:
|
|
--- !u!114 &11400000
|
|
MonoBehaviour:
|
|
m_ObjectHideFlags: 0
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
m_PrefabInternal: {fileID: 0}
|
|
m_GameObject: {fileID: 0}
|
|
m_Enabled: 1
|
|
m_EditorHideFlags: 0
|
|
m_Script: {fileID: 11500000, guid: 4df8fc6a522361a4581f3b23c6577d09, type: 3}
|
|
m_Name: GameConfiguration
|
|
m_EditorClassIdentifier:
|
|
playerSpeed: 6
|
|
playerSprintSpeed: 8
|
|
playerAcceleration: 100
|
|
playerFriction: 16
|
|
playerAiracceleration: 1
|
|
playerAirFriction: 0.5
|
|
playerGravity: 18
|
|
easterBunny: 0
|
|
jumpAscentDuration: 0.3
|
|
jumpAscentHeight: 1
|
|
maxFallVelocity: 50
|