added scoring system for the bow game
This commit is contained in:
@@ -549,9 +549,9 @@ MonoBehaviour:
|
||||
m_PlayHapticsOnSelectCanceled: 0
|
||||
m_HapticSelectCancelIntensity: 0
|
||||
m_HapticSelectCancelDuration: 0
|
||||
m_PlayHapticsOnHoverEntered: 0
|
||||
m_HapticHoverEnterIntensity: 0
|
||||
m_HapticHoverEnterDuration: 0
|
||||
m_PlayHapticsOnHoverEntered: 1
|
||||
m_HapticHoverEnterIntensity: 0.1
|
||||
m_HapticHoverEnterDuration: 0.5
|
||||
m_PlayHapticsOnHoverExited: 0
|
||||
m_HapticHoverExitIntensity: 0
|
||||
m_HapticHoverExitDuration: 0
|
||||
@@ -561,7 +561,7 @@ MonoBehaviour:
|
||||
m_AllowHoverHapticsWhileSelecting: 1
|
||||
m_LineType: 0
|
||||
m_BlendVisualLinePoints: 1
|
||||
m_MaxRaycastDistance: 10
|
||||
m_MaxRaycastDistance: 1000
|
||||
m_RayOriginTransform: {fileID: 0}
|
||||
m_ReferenceFrame: {fileID: 0}
|
||||
m_Velocity: 16
|
||||
@@ -587,7 +587,7 @@ MonoBehaviour:
|
||||
m_TimeToAutoDeselect: 3
|
||||
m_EnableUIInteraction: 1
|
||||
m_AllowAnchorControl: 0
|
||||
m_UseForceGrab: 1
|
||||
m_UseForceGrab: 0
|
||||
m_RotateSpeed: 180
|
||||
m_TranslateSpeed: 1
|
||||
m_AnchorRotateReferenceFrame: {fileID: 0}
|
||||
@@ -719,7 +719,7 @@ MonoBehaviour:
|
||||
m_EditorClassIdentifier:
|
||||
m_LineWidth: 0.01
|
||||
m_OverrideInteractorLineLength: 1
|
||||
m_LineLength: 10
|
||||
m_LineLength: 5
|
||||
m_WidthCurve:
|
||||
serializedVersion: 2
|
||||
m_Curve:
|
||||
@@ -1248,9 +1248,9 @@ MonoBehaviour:
|
||||
m_PlayHapticsOnSelectCanceled: 0
|
||||
m_HapticSelectCancelIntensity: 0
|
||||
m_HapticSelectCancelDuration: 0
|
||||
m_PlayHapticsOnHoverEntered: 0
|
||||
m_HapticHoverEnterIntensity: 0
|
||||
m_HapticHoverEnterDuration: 0
|
||||
m_PlayHapticsOnHoverEntered: 1
|
||||
m_HapticHoverEnterIntensity: 0.1
|
||||
m_HapticHoverEnterDuration: 0.5
|
||||
m_PlayHapticsOnHoverExited: 0
|
||||
m_HapticHoverExitIntensity: 0
|
||||
m_HapticHoverExitDuration: 0
|
||||
@@ -1260,7 +1260,7 @@ MonoBehaviour:
|
||||
m_AllowHoverHapticsWhileSelecting: 1
|
||||
m_LineType: 0
|
||||
m_BlendVisualLinePoints: 1
|
||||
m_MaxRaycastDistance: 10
|
||||
m_MaxRaycastDistance: 1000
|
||||
m_RayOriginTransform: {fileID: 0}
|
||||
m_ReferenceFrame: {fileID: 0}
|
||||
m_Velocity: 16
|
||||
@@ -1286,7 +1286,7 @@ MonoBehaviour:
|
||||
m_TimeToAutoDeselect: 3
|
||||
m_EnableUIInteraction: 1
|
||||
m_AllowAnchorControl: 0
|
||||
m_UseForceGrab: 1
|
||||
m_UseForceGrab: 0
|
||||
m_RotateSpeed: 180
|
||||
m_TranslateSpeed: 1
|
||||
m_AnchorRotateReferenceFrame: {fileID: 0}
|
||||
@@ -1418,7 +1418,7 @@ MonoBehaviour:
|
||||
m_EditorClassIdentifier:
|
||||
m_LineWidth: 0.01
|
||||
m_OverrideInteractorLineLength: 1
|
||||
m_LineLength: 10
|
||||
m_LineLength: 5
|
||||
m_WidthCurve:
|
||||
serializedVersion: 2
|
||||
m_Curve:
|
||||
|
||||
Reference in New Issue
Block a user