Skip to content

Commit

Permalink
finish task popup displays correct color
Browse files Browse the repository at this point in the history
  • Loading branch information
rudderbucky committed Jul 20, 2019
1 parent 7a0fb20 commit 69061d3
Show file tree
Hide file tree
Showing 6 changed files with 127 additions and 125 deletions.
2 changes: 1 addition & 1 deletion Assets/Scripts/Graphs/FinishTaskNode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public override void NodeGUI()

public void OnDialogue()
{
DialogueSystem.ShowPopup(rewardText);
DialogueSystem.ShowPopup(rewardText, textColor);
DialogueSystem.OnDialogueEnd = (int _) =>
{
TaskManager.Instance.setNode(outputRight);
Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/HUD Scripts/SaveMenuHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public void DeleteSave()
}
}
public void AddSave() {
string currentVersion = "Prototype 3.0.0";
string currentVersion = "Prototype 3.0.1";
string name = inputField.text;
string path = Application.persistentDataPath + "\\Saves" + "\\" + name;
inputField.transform.parent.GetComponentInChildren<GUIWindowScripts>().ToggleActive();
Expand Down
File renamed without changes.
File renamed without changes.
Binary file modified Assets/Sprites/configscreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 69061d3

Please sign in to comment.