added GUI and pausing and finished death
This commit is contained in:
@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user