final tweaks
This commit is contained in:
parent
b2c4949b4d
commit
a96f00d76f
|
@ -4156,6 +4156,10 @@ PrefabInstance:
|
||||||
propertyPath: bloodManager
|
propertyPath: bloodManager
|
||||||
value:
|
value:
|
||||||
objectReference: {fileID: 640312359}
|
objectReference: {fileID: 640312359}
|
||||||
|
- target: {fileID: 2458716502903188221, guid: 48e0e53445d42474895d37a321c39d1c, type: 3}
|
||||||
|
propertyPath: ropeIncrease
|
||||||
|
value: 1.1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 2603779566095873902, guid: 48e0e53445d42474895d37a321c39d1c, type: 3}
|
- target: {fileID: 2603779566095873902, guid: 48e0e53445d42474895d37a321c39d1c, type: 3}
|
||||||
propertyPath: m_Pivot.x
|
propertyPath: m_Pivot.x
|
||||||
value: 0
|
value: 0
|
||||||
|
@ -4236,6 +4240,18 @@ PrefabInstance:
|
||||||
propertyPath: m_LocalEulerAnglesHint.z
|
propertyPath: m_LocalEulerAnglesHint.z
|
||||||
value: 0
|
value: 0
|
||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 3949261905163662283, guid: 48e0e53445d42474895d37a321c39d1c, type: 3}
|
||||||
|
propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName
|
||||||
|
value: MainMenu
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 3978272837628759439, guid: 48e0e53445d42474895d37a321c39d1c, type: 3}
|
||||||
|
propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName
|
||||||
|
value: QuitGame
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5758936918037227603, guid: 48e0e53445d42474895d37a321c39d1c, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.x
|
||||||
|
value: 194.86475
|
||||||
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 6216580377014392011, guid: 48e0e53445d42474895d37a321c39d1c, type: 3}
|
- target: {fileID: 6216580377014392011, guid: 48e0e53445d42474895d37a321c39d1c, type: 3}
|
||||||
propertyPath: m_IsActive
|
propertyPath: m_IsActive
|
||||||
value: 1
|
value: 1
|
||||||
|
|
|
@ -40,6 +40,8 @@ PlayerSettings:
|
||||||
width: 1
|
width: 1
|
||||||
height: 1
|
height: 1
|
||||||
m_SplashScreenLogos:
|
m_SplashScreenLogos:
|
||||||
|
- logo: {fileID: 21300000, guid: a6312d853f32b4a4b8e631bce051ffb0, type: 3}
|
||||||
|
duration: 2
|
||||||
- logo: {fileID: 21300000, guid: ee7cd9e5cc519424da69fcd76ba250ac, type: 3}
|
- logo: {fileID: 21300000, guid: ee7cd9e5cc519424da69fcd76ba250ac, type: 3}
|
||||||
duration: 2
|
duration: 2
|
||||||
m_VirtualRealitySplashScreen: {fileID: 0}
|
m_VirtualRealitySplashScreen: {fileID: 0}
|
||||||
|
@ -138,8 +140,9 @@ PlayerSettings:
|
||||||
vulkanEnableLateAcquireNextImage: 0
|
vulkanEnableLateAcquireNextImage: 0
|
||||||
vulkanEnableCommandBufferRecycling: 1
|
vulkanEnableCommandBufferRecycling: 1
|
||||||
loadStoreDebugModeEnabled: 0
|
loadStoreDebugModeEnabled: 0
|
||||||
bundleVersion: 1.0
|
bundleVersion: 0.1 Alpha
|
||||||
preloadedAssets: []
|
preloadedAssets:
|
||||||
|
- {fileID: 11400000, guid: de04e34f85a966e4da851d9b3d804fa1, type: 2}
|
||||||
metroInputSource: 0
|
metroInputSource: 0
|
||||||
wsaTransparentSwapchain: 0
|
wsaTransparentSwapchain: 0
|
||||||
m_HolographicPauseOnTrackingLoss: 1
|
m_HolographicPauseOnTrackingLoss: 1
|
||||||
|
@ -285,7 +288,7 @@ PlayerSettings:
|
||||||
- m_BuildTarget:
|
- m_BuildTarget:
|
||||||
m_Icons:
|
m_Icons:
|
||||||
- serializedVersion: 2
|
- serializedVersion: 2
|
||||||
m_Icon: {fileID: 2800000, guid: b8709c5ec9e211b41a9ac8a793a2c87a, type: 3}
|
m_Icon: {fileID: 2800000, guid: a6312d853f32b4a4b8e631bce051ffb0, type: 3}
|
||||||
m_Width: 128
|
m_Width: 128
|
||||||
m_Height: 128
|
m_Height: 128
|
||||||
m_Kind: 0
|
m_Kind: 0
|
||||||
|
|
Loading…
Reference in New Issue