Skip to content

Commit

Permalink
polish and credits
Browse files Browse the repository at this point in the history
  • Loading branch information
nickesc committed Dec 14, 2021
1 parent bdf919d commit 9845394
Show file tree
Hide file tree
Showing 7 changed files with 21,863 additions and 4,469 deletions.
2 changes: 1 addition & 1 deletion Assets/ApproachLighthouse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ private void OnTriggerEnter(Collider other)
{
if (other == FOVCone && MngrScript.Instance.getCurrentState()=="DisembarkedBoat")
{
MngrScript.Instance.SetPrompt("Press [E] or (X) to interact");
MngrScript.Instance.SetPrompt("Press [E] or (X) to read the note on the door");
}
}

Expand Down
Loading

0 comments on commit 9845394

Please sign in to comment.