private void Start() { objectSelected = false; currentObject = objects[0].GetComponent <RisovalkaObject>(); currentColor = Color.red; currentZ = 0; GM.SetText(topPanelText[0], topPanelTextSize[0], 0); }
internal void RestartGame() { GM.SetText(""); GetComponent <Animator>().SetTrigger("fadeOut"); }