Built out a simple level with some puzzles
This commit is contained in:
Generated
+24
-3
@@ -20,6 +20,7 @@ GameObject:
|
||||
m_Component:
|
||||
- component: {fileID: 4564474961553612}
|
||||
- component: {fileID: 212113642525661062}
|
||||
- component: {fileID: 50719646454344898}
|
||||
- component: {fileID: 61034069375293356}
|
||||
- component: {fileID: 114831880267786856}
|
||||
m_Layer: 0
|
||||
@@ -42,6 +43,26 @@ Transform:
|
||||
m_Father: {fileID: 0}
|
||||
m_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
--- !u!50 &50719646454344898
|
||||
Rigidbody2D:
|
||||
serializedVersion: 4
|
||||
m_ObjectHideFlags: 1
|
||||
m_PrefabParentObject: {fileID: 0}
|
||||
m_PrefabInternal: {fileID: 100100000}
|
||||
m_GameObject: {fileID: 1382120285849756}
|
||||
m_BodyType: 0
|
||||
m_Simulated: 1
|
||||
m_UseFullKinematicContacts: 0
|
||||
m_UseAutoMass: 0
|
||||
m_Mass: 100
|
||||
m_LinearDrag: 5
|
||||
m_AngularDrag: 0
|
||||
m_GravityScale: 0
|
||||
m_Material: {fileID: 0}
|
||||
m_Interpolate: 0
|
||||
m_SleepingMode: 1
|
||||
m_CollisionDetection: 1
|
||||
m_Constraints: 4
|
||||
--- !u!61 &61034069375293356
|
||||
BoxCollider2D:
|
||||
m_ObjectHideFlags: 1
|
||||
@@ -65,7 +86,7 @@ BoxCollider2D:
|
||||
adaptiveTiling: 0
|
||||
m_AutoTiling: 0
|
||||
serializedVersion: 2
|
||||
m_Size: {x: 0.16, y: 0.16}
|
||||
m_Size: {x: 0.14, y: 0.14}
|
||||
m_EdgeRadius: 0
|
||||
--- !u!114 &114831880267786856
|
||||
MonoBehaviour:
|
||||
@@ -111,8 +132,8 @@ SpriteRenderer:
|
||||
m_AutoUVMaxDistance: 0.5
|
||||
m_AutoUVMaxAngle: 89
|
||||
m_LightmapParameters: {fileID: 0}
|
||||
m_SortingLayerID: 0
|
||||
m_SortingLayer: 0
|
||||
m_SortingLayerID: 1398306609
|
||||
m_SortingLayer: 2
|
||||
m_SortingOrder: 0
|
||||
m_Sprite: {fileID: 21300008, guid: f0425e92c7345064ab2dccbd778f3b15, type: 3}
|
||||
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
||||
|
||||
Reference in New Issue
Block a user