Exemplo n.º 1
0
 public static void IndicatePitfalls()
 {
     if (isPitfallWarningDone == false)
     {
         //Time.timeScale = 0;
         RevSolidUIControl.SetTutorialMessage("Watch out. Once a solid enter the ring in the middle, you will lose your point.");
         //RevSolidUIControl.ShowResponseButton ();
         isPitfallWarningDone = true;
     }
 }
Exemplo n.º 2
0
 public static void IndicateKeyUsage()
 {
     if (RevSolidGameInfo.MaxPanelNum == 1)
     {
         RevSolidUIControl.SetTutorialMessage("[Hover cursor on solid once & use WASD] - rotate solid | [SPACE] - freeze rotation");
     }
     else          //4
     {
         RevSolidUIControl.SetTutorialMessage("[Hover cursor on solid once & use WASD] - rotate solid");
     }
 }