Skip to content

Commit

Permalink
fixed next level door
Browse files Browse the repository at this point in the history
  • Loading branch information
tahmidul612 committed Apr 3, 2023
1 parent 0157ee6 commit 8dc7f42
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
21 changes: 17 additions & 4 deletions Assets/Scenes/Level1.unity

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Assets/Scripts/SetHelpText.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

public class SetHelpText : MonoBehaviour
{
private Coroutine writeTextActive;
private void OnTriggerEnter2D(Collider2D other)
{
if (other.name == "Player")
Expand Down

0 comments on commit 8dc7f42

Please sign in to comment.