Skip to content

Commit

Permalink
Fix raft moving platform (#7 #22 #23 #24)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellochner committed Jul 6, 2023
1 parent 9ee9e55 commit a49f768
Show file tree
Hide file tree
Showing 19 changed files with 20,674 additions and 16,080 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,11 @@ private void Respawn()
Editor.Platform.TeleportTo(false, true);
}


Constructor.Body.gameObject.SetActive(true);
Rigidbody.isKinematic = false;
transform.parent = null;

Collider.enabled = true;

Animator.enabled = true;

Abilities.enabled = true;
Mover.enabled = true;
Interactor.enabled = true;
Expand Down
Binary file modified Assets/Game/Worlds/Farm/Models/Raft/Raft.blend
Binary file not shown.
Binary file modified Assets/Game/Worlds/Farm/Models/Raft/Raft.blend1
Binary file not shown.

0 comments on commit a49f768

Please sign in to comment.