Working Event system & SoftObstacle
This commit is contained in:
parent
08f623a1b1
commit
a940cb64ba
8 changed files with 279 additions and 68 deletions
|
@ -11,6 +11,7 @@ GameObject:
|
|||
- component: {fileID: 4255469056608660451}
|
||||
- component: {fileID: 839665940900074832}
|
||||
- component: {fileID: 521044286435324494}
|
||||
- component: {fileID: 5683341077662129582}
|
||||
m_Layer: 0
|
||||
m_Name: SoftObstacle
|
||||
m_TagString: Untagged
|
||||
|
@ -110,3 +111,18 @@ BoxCollider2D:
|
|||
serializedVersion: 2
|
||||
m_Size: {x: 2.1792417, y: 2.3361635}
|
||||
m_EdgeRadius: 0
|
||||
--- !u!114 &5683341077662129582
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 242890721790304732}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: da02c62b238bfbd48b8fc1f714a253e0, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
effectChance: 100
|
||||
mvtSlow: 2
|
||||
lifeTime: 30
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue