Compare commits
3 Commits
journal_ui
...
gfx
| Author | SHA1 | Date | |
|---|---|---|---|
| 1e373edbf1 | |||
| e9bb26f4d9 | |||
| 96007ac7da |
BIN
Assets/Images/Adventurers/Adena.png
(Stored with Git LFS)
BIN
Assets/Images/Adventurers/Adena.png
(Stored with Git LFS)
Binary file not shown.
BIN
Assets/Images/Adventurers/Amadeus.png
(Stored with Git LFS)
BIN
Assets/Images/Adventurers/Amadeus.png
(Stored with Git LFS)
Binary file not shown.
BIN
Assets/Images/Adventurers/Derk.png
(Stored with Git LFS)
BIN
Assets/Images/Adventurers/Derk.png
(Stored with Git LFS)
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -95,8 +95,6 @@ public class Journal : MonoBehaviour
|
||||
bool success = QuestManager.Instance.RunQuestWithAdventurer(m_availableAdventurers[m_selectedAdventurer], activeQuest);
|
||||
Debug.Log("THE QUESTR ESULT WAS: " + success);
|
||||
adventurerPage.gameObject.SetActive(false);
|
||||
|
||||
questPage.Find("QuestResult").gameObject.SetActive(true);
|
||||
if(success)
|
||||
{
|
||||
questPage.Find("QuestResult/NextQuest").gameObject.SetActive(true);
|
||||
@@ -108,7 +106,7 @@ public class Journal : MonoBehaviour
|
||||
}
|
||||
|
||||
questPage.Find("QuestResult/QuestResultText").gameObject.GetComponent<TMP_Text>().text = success ? activeQuest.successStr : activeQuest.failedStr;
|
||||
|
||||
questPage.Find("QuestResult").gameObject.SetActive(true);
|
||||
}
|
||||
|
||||
public void StartNextQuest()
|
||||
|
||||
BIN
Krita Files/Adventure Cat.png
(Stored with Git LFS)
Normal file
BIN
Krita Files/Adventure Cat.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Krita Files/Rufus.png
(Stored with Git LFS)
Normal file
BIN
Krita Files/Rufus.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Krita Files/Sketches.kra
(Stored with Git LFS)
BIN
Krita Files/Sketches.kra
(Stored with Git LFS)
Binary file not shown.
Reference in New Issue
Block a user