Skip to content

Commit

Permalink
🛎🌈 -> Attempting to fix text input fields not being able to have thei…
Browse files Browse the repository at this point in the history
…r text set via the inspector for #5
  • Loading branch information
Gizmotronn committed Jan 31, 2022
1 parent 55f47e8 commit e38744e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Assets/Scenes/Scene_Scripts/Quest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ public void Complete() {
isActive = false;
Debug.Log(title + " was completed");
}
}
}
2 changes: 1 addition & 1 deletion Assets/Scenes/Scene_Scripts/QuestGiver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ public void AcceptQuest() {
// Give the quest to the player
player.quest = quest;
}
}
}

0 comments on commit e38744e

Please sign in to comment.