mp fundementals and turn timer

This commit is contained in:
2026-02-14 18:18:45 +05:30
parent 614c38bdaf
commit 02dee0b86d
64 changed files with 7472 additions and 82 deletions
+54 -1
View File
@@ -100,6 +100,8 @@ GameObject:
- component: {fileID: 8007676680273911588}
- component: {fileID: 8459065480339157349}
- component: {fileID: 6113999205058765201}
- component: {fileID: 7382782580373354412}
- component: {fileID: 8291443645520277540}
m_Layer: 0
m_Name: ball
m_TagString: Player
@@ -255,7 +257,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
rb: {fileID: 0}
wallDetectionLength: 0.25
wallStuckFixForce: 500
wallStuckFixForce: 10
maxWallStuckVelocity: 5
wallLayerMask:
serializedVersion: 2
@@ -264,3 +266,54 @@ MonoBehaviour:
touchingL: 0
touchingR: 0
touchingT: 0
--- !u!114 &7382782580373354412
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5615194674035678773}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 9b91ecbcc199f4492b9a91e820070131, type: 3}
m_Name:
m_EditorClassIdentifier:
sceneId: 0
_assetId: 868452422
serverOnly: 0
visibility: 0
hasSpawned: 0
--- !u!114 &8291443645520277540
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5615194674035678773}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 7ec4f7556ca1e4b55a3381fc6a02b1bc, type: 3}
m_Name:
m_EditorClassIdentifier:
syncDirection: 0
syncMode: 0
syncInterval: 0
target: {fileID: 603571372078672481}
syncPosition: 1
syncRotation: 1
syncScale: 0
onlySyncOnChange: 1
compressRotation: 1
interpolatePosition: 1
interpolateRotation: 1
interpolateScale: 1
coordinateSpace: 0
timelineOffset: 1
showGizmos: 0
showOverlay: 0
overlayColor: {r: 0, g: 0, b: 0, a: 0.5}
onlySyncOnChangeCorrectionMultiplier: 2
useFixedUpdate: 0
rotationSensitivity: 0.01
positionPrecision: 0.01
scalePrecision: 0.01