57 lines
1.6 KiB
Plaintext
57 lines
1.6 KiB
Plaintext
|
|
%YAML 1.1
|
||
|
|
%TAG !u! tag:unity3d.com,2011:
|
||
|
|
--- !u!1 &1609836291363725681
|
||
|
|
GameObject:
|
||
|
|
m_ObjectHideFlags: 0
|
||
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
||
|
|
m_PrefabInstance: {fileID: 0}
|
||
|
|
m_PrefabAsset: {fileID: 0}
|
||
|
|
serializedVersion: 6
|
||
|
|
m_Component:
|
||
|
|
- component: {fileID: 3373149497882410997}
|
||
|
|
- component: {fileID: 1704228477360608937}
|
||
|
|
m_Layer: 0
|
||
|
|
m_Name: SoundManager
|
||
|
|
m_TagString: Untagged
|
||
|
|
m_Icon: {fileID: 0}
|
||
|
|
m_NavMeshLayer: 0
|
||
|
|
m_StaticEditorFlags: 0
|
||
|
|
m_IsActive: 1
|
||
|
|
--- !u!4 &3373149497882410997
|
||
|
|
Transform:
|
||
|
|
m_ObjectHideFlags: 0
|
||
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
||
|
|
m_PrefabInstance: {fileID: 0}
|
||
|
|
m_PrefabAsset: {fileID: 0}
|
||
|
|
m_GameObject: {fileID: 1609836291363725681}
|
||
|
|
serializedVersion: 2
|
||
|
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
||
|
|
m_LocalPosition: {x: 21.317831, y: 10.039551, z: 11.522474}
|
||
|
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||
|
|
m_ConstrainProportionsScale: 0
|
||
|
|
m_Children: []
|
||
|
|
m_Father: {fileID: 0}
|
||
|
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||
|
|
--- !u!114 &1704228477360608937
|
||
|
|
MonoBehaviour:
|
||
|
|
m_ObjectHideFlags: 0
|
||
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
||
|
|
m_PrefabInstance: {fileID: 0}
|
||
|
|
m_PrefabAsset: {fileID: 0}
|
||
|
|
m_GameObject: {fileID: 1609836291363725681}
|
||
|
|
m_Enabled: 1
|
||
|
|
m_EditorHideFlags: 0
|
||
|
|
m_Script: {fileID: 11500000, guid: 39186810fae3057469e7252ac3084c7e, type: 3}
|
||
|
|
m_Name:
|
||
|
|
m_EditorClassIdentifier:
|
||
|
|
bgm_dungeon: {fileID: 0}
|
||
|
|
bgm_town: {fileID: 0}
|
||
|
|
bgmVolume: 0.3
|
||
|
|
bgmFadeDuration: 1.5
|
||
|
|
dungeon_ambience: {fileID: 0}
|
||
|
|
ambienceVolume: 0.15
|
||
|
|
sfx_levelUp: {fileID: 0}
|
||
|
|
sfx_itemPickup: {fileID: 0}
|
||
|
|
sfx_uiClick: {fileID: 0}
|
||
|
|
sfxVolume: 0.5
|