Skip to content

Commit

Permalink
Fix player not exiting chopping state after depleting resource (#50)
Browse files Browse the repository at this point in the history
* Fix player not exiting chopping state after depleting resource

* Some cleanup
  • Loading branch information
nucleartide committed Apr 10, 2023
1 parent 1cc327b commit 5e1752d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Assets/Prefabs/Player.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
playerConfiguration: {fileID: 11400000, guid: 0e29962fbc3e34aaea3620693e304758,
type: 2}
playerMovingState: {fileID: 7520308135305952835}
playerAnimationEvents: {fileID: 7873346240423897778}
--- !u!114 &7520308135305952833
MonoBehaviour:
Expand All @@ -424,6 +425,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
playerConfiguration: {fileID: 11400000, guid: 0e29962fbc3e34aaea3620693e304758,
type: 2}
playerMovingState: {fileID: 7520308135305952835}
playerAnimationEvents: {fileID: 7873346240423897778}
--- !u!114 &7520308135305952838
MonoBehaviour:
Expand All @@ -439,6 +441,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
playerConfiguration: {fileID: 11400000, guid: 0e29962fbc3e34aaea3620693e304758,
type: 2}
playerMovingState: {fileID: 7520308135305952835}
playerAnimationEvents: {fileID: 7873346240423897778}
--- !u!1 &6524875693616862465
GameObject:
Expand Down

0 comments on commit 5e1752d

Please sign in to comment.