basically the whole game
This commit is contained in:
parent
949135cecb
commit
96dcfa9064
315 changed files with 34386 additions and 396 deletions
55
Assets/Prefabs/EnemyAttacks/MoveToRandomPosition.prefab
Normal file
55
Assets/Prefabs/EnemyAttacks/MoveToRandomPosition.prefab
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!1 &1538631608775627547
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
serializedVersion: 6
|
||||
m_Component:
|
||||
- component: {fileID: 5581028499204411304}
|
||||
- component: {fileID: 3892132652651613464}
|
||||
m_Layer: 6
|
||||
m_Name: MoveToRandomPosition
|
||||
m_TagString: Untagged
|
||||
m_Icon: {fileID: 0}
|
||||
m_NavMeshLayer: 0
|
||||
m_StaticEditorFlags: 0
|
||||
m_IsActive: 1
|
||||
--- !u!4 &5581028499204411304
|
||||
Transform:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 1538631608775627547}
|
||||
serializedVersion: 2
|
||||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||
m_LocalPosition: {x: 0, y: 0, z: 0}
|
||||
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!114 &3892132652651613464
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 1538631608775627547}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: da4b31636e5bcca7195f27d578e71ebb, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
currentCooldown: 10
|
||||
cooldown: 10
|
||||
power: 0
|
||||
origin: {fileID: 0}
|
||||
direction: {x: 0, y: 0, z: 0}
|
||||
abilitySound: {fileID: 0}
|
||||
volume: 1
|
||||
cooldownDelta: 1
|
||||
thisEnemy: {fileID: 0}
|
||||
Loading…
Add table
Add a link
Reference in a new issue