enemies split, but it needs a bit of work
This commit is contained in:
parent
8714885efa
commit
11ad19992d
10 changed files with 111 additions and 3 deletions
|
|
@ -2276,6 +2276,53 @@ Transform:
|
|||
m_Children: []
|
||||
m_Father: {fileID: 0}
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
--- !u!1 &181002639
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
serializedVersion: 6
|
||||
m_Component:
|
||||
- component: {fileID: 181002641}
|
||||
- component: {fileID: 181002640}
|
||||
m_Layer: 0
|
||||
m_Name: EnemyAbilityPool
|
||||
m_TagString: Untagged
|
||||
m_Icon: {fileID: 0}
|
||||
m_NavMeshLayer: 0
|
||||
m_StaticEditorFlags: 0
|
||||
m_IsActive: 1
|
||||
--- !u!114 &181002640
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 181002639}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 4409eb25a8be555de8dc3a73d4ed95db, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier: Assembly-CSharp::TD.Gameplay.EnemyAbilities.EnemyAbilityPool
|
||||
abilities:
|
||||
- {fileID: 11400000, guid: 0305468bc8f912d429a8b20bf23f947c, type: 2}
|
||||
noAbilityWeight: 100
|
||||
--- !u!4 &181002641
|
||||
Transform:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 181002639}
|
||||
serializedVersion: 2
|
||||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||
m_LocalPosition: {x: 15.94346, y: 0, z: 194.22044}
|
||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||
m_ConstrainProportionsScale: 0
|
||||
m_Children: []
|
||||
m_Father: {fileID: 0}
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
--- !u!43 &203092944
|
||||
Mesh:
|
||||
m_ObjectHideFlags: 0
|
||||
|
|
@ -29189,3 +29236,4 @@ SceneRoots:
|
|||
- {fileID: 993870445}
|
||||
- {fileID: 759470735}
|
||||
- {fileID: 954434161}
|
||||
- {fileID: 181002641}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue