Exemple #1
0
  public FullChallengeMode() {
    foundInfo = new FoundInfo();

    //		foundInfo.setAlignment(Text.HAlignCenter, Text.VAlignBottom);
    //		foundInfo.setPadding(0, 55);

    foundInfo.setAlignment(Text.HAlignLeft, Text.VAlignTop);
    foundInfo.setPadding(10, 110);

    getDealer().setAsInfiniteDeal();
  }