Exemplo n.º 1
0
 private GameObject lastSpawned_player_GolfBall;           //if player was still holding action button and new ball spawned
                                                           //this is additional secure to block throw action on the new golf ball
 private void Start()
 {
     levelGenerator.CalibrateWorldPosWithCurrentAspectRatio();
     MenuMode(true);
 }