Exemplo n.º 1
0
 void OnMouseOver()
 {
     if (Input.GetButtonUp("Fire1"))
     {
         //replace this story with a new one
         fullStory = game.getCurrentText(num);
         shortenStory();
     }
 }