Skip to content

Commit

Permalink
Chars working (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
GraphicEdit committed Dec 30, 2023
2 parents eade687 + ca84421 commit cefe132
Show file tree
Hide file tree
Showing 13 changed files with 1,241 additions and 276 deletions.
5 changes: 2 additions & 3 deletions DarkFlow/Assets/Characters/1_Mutant/Mutant.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: d5a57f767e5e46a458fc5d3c628d0cbb, type: 3}
m_Name:
m_EditorClassIdentifier:
GlobalObjectIdHash: 2201899939
GlobalObjectIdHash: 3596108808
AlwaysReplicateAsRoot: 0
SynchronizeTransform: 1
ActiveSceneSynchronization: 0
Expand Down Expand Up @@ -978,8 +978,7 @@ MonoBehaviour:
BottomClamp: -30
CameraAngleOverride: 0
LockCameraPosition: 0
_mainCamera: {fileID: 6818833442393802118, guid: 154519ab488f20d468de4e06396e2441,
type: 3}
_mainCamera: {fileID: 0}
--- !u!114 &6233464797961255142
MonoBehaviour:
m_ObjectHideFlags: 0
Expand Down
57 changes: 2 additions & 55 deletions DarkFlow/Assets/Characters/2_Erika/Animator_Erika.controller
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@ AnimatorStateMachine:
m_PrefabAsset: {fileID: 0}
m_Name: Base Layer
m_ChildStates:
- serializedVersion: 1
m_State: {fileID: 1898023701926295212}
m_Position: {x: -70, y: 160, z: 0}
- serializedVersion: 1
m_State: {fileID: -3398653591857322796}
m_Position: {x: 30, y: 290, z: 0}
m_Position: {x: 20, y: 200, z: 0}
m_ChildStateMachines: []
m_AnyStateTransitions: []
m_EntryTransitions: []
Expand All @@ -24,7 +21,7 @@ AnimatorStateMachine:
m_EntryPosition: {x: 50, y: 120, z: 0}
m_ExitPosition: {x: 40, y: -70, z: 0}
m_ParentStateMachinePosition: {x: 800, y: 20, z: 0}
m_DefaultState: {fileID: 1898023701926295212}
m_DefaultState: {fileID: -3398653591857322796}
--- !u!1102 &-3398653591857322796
AnimatorState:
serializedVersion: 6
Expand Down Expand Up @@ -73,53 +70,3 @@ AnimatorController:
m_IKPass: 0
m_SyncedLayerAffectsTiming: 0
m_Controller: {fileID: 9100000}
--- !u!1101 &1543293529280915144
AnimatorStateTransition:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_Conditions: []
m_DstStateMachine: {fileID: 0}
m_DstState: {fileID: -3398653591857322796}
m_Solo: 0
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0.25
m_TransitionOffset: 0
m_ExitTime: 0.8828125
m_HasExitTime: 1
m_HasFixedDuration: 1
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1
--- !u!1102 &1898023701926295212
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Falling To Roll
m_Speed: 1
m_CycleOffset: 0
m_Transitions:
- {fileID: 1543293529280915144}
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: -203655887218126122, guid: 4f52f003eca24b843924f016ea500470,
type: 3}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
5 changes: 3 additions & 2 deletions DarkFlow/Assets/Characters/2_Erika/Erika.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Transform:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2034699475712123807}
serializedVersion: 2
m_LocalRotation: {x: -0.088634305, y: 0.8976513, z: 0.21136884, w: 0.37641641}
m_LocalRotation: {x: -0.07656788, y: 0.91476274, z: 0.2069897, w: 0.3383813}
m_LocalPosition: {x: 0, y: 1.44, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 1
Expand Down Expand Up @@ -1306,7 +1306,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: d5a57f767e5e46a458fc5d3c628d0cbb, type: 3}
m_Name:
m_EditorClassIdentifier:
GlobalObjectIdHash: 638232703
GlobalObjectIdHash: 3916998080
AlwaysReplicateAsRoot: 0
SynchronizeTransform: 1
ActiveSceneSynchronization: 0
Expand Down Expand Up @@ -1426,6 +1426,7 @@ MonoBehaviour:
BottomClamp: -30
CameraAngleOverride: 0
LockCameraPosition: 0
_mainCamera: {fileID: 0}
--- !u!114 &2021050794510230391
MonoBehaviour:
m_ObjectHideFlags: 0
Expand Down
Loading

0 comments on commit cefe132

Please sign in to comment.