3 Commits

Author SHA1 Message Date
1e373edbf1 Updated character graphics 2023-07-09 12:28:10 +02:00
e9bb26f4d9 Merge branch 'master' into gfx 2023-07-09 12:01:29 +02:00
96007ac7da Merge branch 'master' into gfx 2023-07-09 12:00:24 +02:00
8 changed files with 1478 additions and 249 deletions

BIN
Assets/Images/Adventurers/Adena.png (Stored with Git LFS)

Binary file not shown.

BIN
Assets/Images/Adventurers/Amadeus.png (Stored with Git LFS)

Binary file not shown.

BIN
Assets/Images/Adventurers/Derk.png (Stored with Git LFS)

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -95,9 +95,7 @@ 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)
if(success)
{
questPage.Find("QuestResult/NextQuest").gameObject.SetActive(true);
questPage.Find("QuestResult/RetryQuest").gameObject.SetActive(false);
@@ -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

Binary file not shown.

BIN
Krita Files/Rufus.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Krita Files/Sketches.kra (Stored with Git LFS)

Binary file not shown.