The Greatest Game Dev To Have Ever Lived
This commit is contained in:
parent
fada3af715
commit
00e65ff31f
16 changed files with 398 additions and 37 deletions
|
|
@ -11,6 +11,7 @@ GameObject:
|
|||
- component: {fileID: 249869374080430447}
|
||||
- component: {fileID: 7808092982301890633}
|
||||
- component: {fileID: 8261414852158774365}
|
||||
- component: {fileID: 2098905524062327050}
|
||||
m_Layer: 9
|
||||
m_Name: MochiMallet
|
||||
m_TagString: Untagged
|
||||
|
|
@ -51,11 +52,10 @@ MonoBehaviour:
|
|||
thisEntity: {fileID: 0}
|
||||
damage: 35
|
||||
pierce: 0
|
||||
entityLayer:
|
||||
serializedVersion: 2
|
||||
m_Bits: 128
|
||||
rb: {fileID: 2098905524062327050}
|
||||
debugColliderHitbox: {fileID: 8695371850973158353}
|
||||
colliderSize: {x: 2, y: 0.9}
|
||||
colliderSize: {x: 0.9, y: 2}
|
||||
enemiesInRange: []
|
||||
--- !u!61 &8261414852158774365
|
||||
BoxCollider2D:
|
||||
m_ObjectHideFlags: 0
|
||||
|
|
@ -100,8 +100,35 @@ BoxCollider2D:
|
|||
drawMode: 0
|
||||
adaptiveTiling: 0
|
||||
m_AutoTiling: 0
|
||||
m_Size: {x: 2, y: 0.9}
|
||||
m_Size: {x: 0.9, y: 2}
|
||||
m_EdgeRadius: 0
|
||||
--- !u!50 &2098905524062327050
|
||||
Rigidbody2D:
|
||||
serializedVersion: 5
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 8120255683806130734}
|
||||
m_BodyType: 0
|
||||
m_Simulated: 1
|
||||
m_UseFullKinematicContacts: 0
|
||||
m_UseAutoMass: 0
|
||||
m_Mass: 1
|
||||
m_LinearDamping: 0
|
||||
m_AngularDamping: 0.05
|
||||
m_GravityScale: 0
|
||||
m_Material: {fileID: 0}
|
||||
m_IncludeLayers:
|
||||
serializedVersion: 2
|
||||
m_Bits: 0
|
||||
m_ExcludeLayers:
|
||||
serializedVersion: 2
|
||||
m_Bits: 0
|
||||
m_Interpolate: 0
|
||||
m_SleepingMode: 1
|
||||
m_CollisionDetection: 0
|
||||
m_Constraints: 0
|
||||
--- !u!1 &8695371850973158353
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
|
|
@ -129,7 +156,7 @@ Transform:
|
|||
serializedVersion: 2
|
||||
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
||||
m_LocalPosition: {x: 1.5, y: 0, z: 0}
|
||||
m_LocalScale: {x: 2, y: 0.9, z: 1}
|
||||
m_LocalScale: {x: 0.9, y: 2, z: 1}
|
||||
m_ConstrainProportionsScale: 0
|
||||
m_Children: []
|
||||
m_Father: {fileID: 249869374080430447}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue