CameraMovement

This commit is contained in:
Janis
2022-05-29 14:20:17 +02:00
parent d28ba6f81b
commit cc60b43815
22 changed files with 982 additions and 0 deletions

View File

@@ -135,6 +135,8 @@ GameObject:
- component: {fileID: 519420031}
- component: {fileID: 519420029}
- component: {fileID: 519420030}
- component: {fileID: 519420033}
- component: {fileID: 519420034}
m_Layer: 0
m_Name: Main Camera
m_TagString: MainCamera
@@ -249,6 +251,51 @@ Transform:
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!50 &519420033
Rigidbody2D:
serializedVersion: 4
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 519420028}
m_BodyType: 0
m_Simulated: 1
m_UseFullKinematicContacts: 0
m_UseAutoMass: 0
m_Mass: 1
m_LinearDrag: 0
m_AngularDrag: 0
m_GravityScale: 0
m_Material: {fileID: 0}
m_IncludeLayers:
serializedVersion: 2
m_Bits: 0
m_ExcludeLayers:
serializedVersion: 2
m_Bits: 0
m_Interpolate: 0
m_SleepingMode: 1
m_CollisionDetection: 0
m_Constraints: 4
--- !u!114 &519420034
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 519420028}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 87cffe79f27b53a4593d9cf75ea1d6f9, type: 3}
m_Name:
m_EditorClassIdentifier:
speed: 100
fastSpeed: 200
slowSpeed: 30
maxCameraSize: 100
minCameraSize: 3
cameraSizeSteps: 3
--- !u!1 &619394800
GameObject:
m_ObjectHideFlags: 0