All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.lessvoid.nifty.examples.slick2d.multiclick.MulticlickDemoMain Maven / Gradle / Ivy

There is a newer version: 1.4.3
Show newest version
package de.lessvoid.nifty.examples.slick2d.multiclick;

import de.lessvoid.nifty.examples.multiclick.MultiClickExample;
import de.lessvoid.nifty.examples.slick2d.SlickExampleLoader;

/**
 /**
 * Demo class to execute the multiclick demonstration.
 *
 * @author Aaron Mahan <[email protected]>
 */
public class MulticlickDemoMain {
  /**
   * Execute the demonstration.
   *
   * @param args call arguments - have no effect
   */
  public static void main(final String[] args) {
    SlickExampleLoader.createGame(new SlickExampleLoader(new MultiClickExample()));
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy