예제 #1
0
 void Start()
 {
     playSnake = GetComponent <PlaySnake>();
     this.SetTextStyle();
 }
예제 #2
0
 void Start()
 {
     this.ResetAxis();
     playSnake = GetComponent <PlaySnake>();
 }