1234567891011121314
package testsForEngine; import age.GameEngine; public class Main { public static void main(String[] args){ GameEngine game = new GameEngine(); game.addGameController(0, new Fase1()); game.setSpeed(1); game.run(); } } //testando modifica��o chata x.x