added GUI and pausing and finished death

This commit is contained in:
2023-04-22 03:18:21 -04:00
parent c4094b169c
commit 52de70fcb1
56 changed files with 11739 additions and 3314 deletions

View File

@ -25,7 +25,7 @@ public class MainMenuManager : MonoBehaviour
{
//initDilate = title.fontSharedMaterials[0].GetFloat(component);
initDilate = title.fontMaterials[0].GetFloat(component);
print(initDilate);
foreach(TMP_Text text in this.textList)
{
@ -36,8 +36,7 @@ public class MainMenuManager : MonoBehaviour
}
this.textList[0].GetComponent<Button>().onClick.AddListener(LoadFirstLevel);
this.textList[2].GetComponent<Button>().onClick.AddListener(ExitApp);
print(this.initDilates.Count);
print(this.dilates.Count);
}
void LoadFirstLevel()
{