Fix smaller doors on floor 2, add attach points to breakout paddles, reduce ease time on breakout paddles.

This commit is contained in:
Toomas Tamm
2021-03-28 20:17:03 +03:00
parent c143be7e91
commit 2c6c865850
4 changed files with 147 additions and 49 deletions

View File

@@ -170,14 +170,15 @@ Transform:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 683641811316564867}
m_LocalRotation: {x: 0, y: 0.7071068, z: 0, w: 0.7071068}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -153.767, y: 19.684, z: -23.389}
m_LocalScale: {x: 0.02, y: 0.15, z: 0.02}
m_Children:
- {fileID: 683641809410680631}
- {fileID: 3156447394226617116}
m_Father: {fileID: 683641810726029904}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 90, z: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!33 &683641811316564879
MeshFilter:
m_ObjectHideFlags: 0
@@ -289,8 +290,8 @@ MonoBehaviour:
m_PersistentCalls:
m_Calls: []
m_CustomReticle: {fileID: 0}
m_AttachTransform: {fileID: 0}
m_AttachEaseInTime: 0.15
m_AttachTransform: {fileID: 3156447394226617116}
m_AttachEaseInTime: 0
m_MovementType: 1
m_TrackPosition: 1
m_SmoothPosition: 0
@@ -347,3 +348,33 @@ BoxCollider:
serializedVersion: 2
m_Size: {x: 1.0000002, y: 1, z: 1.0000002}
m_Center: {x: 0, y: -0.0000038146973, z: 0.00012207031}
--- !u!1 &8476444150611154670
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 3156447394226617116}
m_Layer: 0
m_Name: Attach
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &3156447394226617116
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8476444150611154670}
m_LocalRotation: {x: -0.5, y: 0.5, z: 0.5, w: 0.5}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: []
m_Father: {fileID: 683641811316564866}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: -90, y: 90, z: 0}