From 79feae7a03d06fbd845442c385c34ffebe70843e Mon Sep 17 00:00:00 2001 From: Mikkel Bybjerg Date: Sun, 28 Apr 2019 03:38:03 +0200 Subject: improved dragon and obstacle reaction correct --- nGJ2019/Assets/Prefabs/Swarm_anchor.prefab | 32 ++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 nGJ2019/Assets/Prefabs/Swarm_anchor.prefab (limited to 'nGJ2019/Assets/Prefabs/Swarm_anchor.prefab') diff --git a/nGJ2019/Assets/Prefabs/Swarm_anchor.prefab b/nGJ2019/Assets/Prefabs/Swarm_anchor.prefab new file mode 100644 index 0000000..fad4b31 --- /dev/null +++ b/nGJ2019/Assets/Prefabs/Swarm_anchor.prefab @@ -0,0 +1,32 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &3978565615945284120 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7426098156058727508} + m_Layer: 0 + m_Name: Swarm_anchor + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7426098156058727508 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3978565615945284120} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -1.5326667, y: -1.5476516, z: -3.4791117} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} -- cgit v1.2.3