Ejemplo n.º 1
0
 protected override void TouchCore(ref TouchHandlerParams _params)
 {
     PlayOrContinueButton.Touch(ref _params);
     LevelSelectButton.Touch(ref _params);
     //OptionsButton.Touch(ref _params);
     ExitButton?.Touch(ref _params);
 }
Ejemplo n.º 2
0
 protected override void TouchCore(ref TouchHandlerParams _params)
 {
     RestartButton.Touch(ref _params);
     LevelSelectButton.Touch(ref _params);
     MainMenuButton.Touch(ref _params);
     ExitButton?.Touch(ref _params);
     BackButton.Touch(ref _params);
 }