}
}, app.loadImage(this.getPathToIcons() + "maps_ss.png"));
this.addScene(new ICreateScene() {
public Iscene getNewScene() {
return new AirHockeyScene(app, "Air Hockey");
}
public String getTitle() {
return "Air Hockey";
}
}, app.loadImage(this.getPathToIcons() + "airhockey_s.png"));