Commit 182ceff0 authored by LiLiuZhou's avatar LiLiuZhou

1

parent 41b91a5a
......@@ -168,7 +168,7 @@ GameObject:
- component: {fileID: 196335992}
m_Layer: 0
m_Name: RightCollider
m_TagString: Untagged
m_TagString: Sides
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
......@@ -199,7 +199,7 @@ BoxCollider2D:
m_Material: {fileID: 0}
m_IsTrigger: 0
m_UsedByEffector: 0
m_UsedByComposite: 1
m_UsedByComposite: 0
m_Offset: {x: 0, y: 0}
m_SpriteTilingProperty:
border: {x: 0, y: 0, z: 0, w: 0}
......@@ -292,8 +292,6 @@ GameObject:
serializedVersion: 6
m_Component:
- component: {fileID: 608029814}
- component: {fileID: 608029813}
- component: {fileID: 608029812}
- component: {fileID: 608029811}
m_Layer: 0
m_Name: OutCollider
......@@ -318,91 +316,6 @@ MonoBehaviour:
LeftCollider: {fileID: 1412344540}
RightCollider: {fileID: 196335991}
BottomCollider: {fileID: 625515782}
--- !u!66 &608029812
CompositeCollider2D:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 608029810}
m_Enabled: 1
m_Density: 1
m_Material: {fileID: 6200000, guid: 32618ace39140dd4fa77858cd4b5e88c, type: 2}
m_IsTrigger: 0
m_UsedByEffector: 0
m_UsedByComposite: 0
m_Offset: {x: 0, y: 0}
m_GeometryType: 0
m_GenerationType: 0
m_EdgeRadius: 0
m_ColliderPaths:
- m_Collider: {fileID: 625515783}
m_ColliderPaths:
- - X: 32200000
Y: -49800000
- X: -32200000
Y: -49800000
- X: -32200000
Y: -52800004
- X: 32200000
Y: -52800004
- m_Collider: {fileID: 1412344541}
m_ColliderPaths:
- - X: -28100000
Y: 50000000
- X: -31100002
Y: 50000000
- X: -31100002
Y: -50000000
- X: -28100000
Y: -50000000
- m_Collider: {fileID: 196335992}
m_ColliderPaths:
- - X: 31100002
Y: 50000000
- X: 28100000
Y: 50000000
- X: 28100000
Y: -50000000
- X: 31100002
Y: -50000000
m_CompositePaths:
m_Paths:
- - {x: 3.22, y: -4.98}
- {x: 3.1100001, y: -4.98}
- {x: 3.1100001, y: 5}
- {x: 2.81, y: 5}
- {x: 2.81, y: -4.98}
- {x: -2.81, y: -4.98}
- {x: -2.81, y: 5}
- {x: -3.1100001, y: 5}
- {x: -3.1100001, y: -4.98}
- {x: -3.22, y: -4.98}
- {x: -3.22, y: -5.2800007}
- {x: 3.22, y: -5.2800007}
m_VertexDistance: 0.0005
m_OffsetDistance: 0
--- !u!50 &608029813
Rigidbody2D:
serializedVersion: 4
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 608029810}
m_BodyType: 2
m_Simulated: 1
m_UseFullKinematicContacts: 0
m_UseAutoMass: 0
m_Mass: 1
m_LinearDrag: 0
m_AngularDrag: 0.05
m_GravityScale: 1
m_Material: {fileID: 0}
m_Interpolate: 0
m_SleepingMode: 1
m_CollisionDetection: 0
m_Constraints: 0
--- !u!4 &608029814
Transform:
m_ObjectHideFlags: 0
......@@ -432,7 +345,7 @@ GameObject:
- component: {fileID: 625515783}
m_Layer: 0
m_Name: BottomCollider
m_TagString: Untagged
m_TagString: Bottom
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
......@@ -460,10 +373,10 @@ BoxCollider2D:
m_GameObject: {fileID: 625515781}
m_Enabled: 1
m_Density: 1
m_Material: {fileID: 0}
m_Material: {fileID: 6200000, guid: 32618ace39140dd4fa77858cd4b5e88c, type: 2}
m_IsTrigger: 0
m_UsedByEffector: 0
m_UsedByComposite: 1
m_UsedByComposite: 0
m_Offset: {x: 0, y: 1}
m_SpriteTilingProperty:
border: {x: 0, y: 0, z: 0, w: 0}
......@@ -694,7 +607,7 @@ GameObject:
- component: {fileID: 1412344541}
m_Layer: 0
m_Name: LeftCollider
m_TagString: Untagged
m_TagString: Sides
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
......@@ -725,7 +638,7 @@ BoxCollider2D:
m_Material: {fileID: 0}
m_IsTrigger: 0
m_UsedByEffector: 0
m_UsedByComposite: 1
m_UsedByComposite: 0
m_Offset: {x: 0, y: 0}
m_SpriteTilingProperty:
border: {x: 0, y: 0, z: 0, w: 0}
......
......@@ -3,7 +3,9 @@
--- !u!78 &1
TagManager:
serializedVersion: 2
tags: []
tags:
- Bottom
- Sides
layers:
- Default
- TransparentFX
......
......@@ -3,7 +3,7 @@
--- !u!5 &1
TimeManager:
m_ObjectHideFlags: 0
Fixed Timestep: 0.02
Fixed Timestep: 0.01
Maximum Allowed Timestep: 0.1
m_TimeScale: 1
Maximum Particle Timestep: 0.03
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment