예제 #1
0
    private void Start()
    {
        objectSelected = false;

        currentObject = objects[0].GetComponent <RisovalkaObject>();
        currentColor  = Color.red;
        currentZ      = 0;

        GM.SetText(topPanelText[0], topPanelTextSize[0], 0);
    }
예제 #2
0
파일: WebSC.cs 프로젝트: cutiemod/Poll
 internal void RestartGame()
 {
     GM.SetText("");
     GetComponent <Animator>().SetTrigger("fadeOut");
 }