}
}, app.loadImage(this.getPathToIcons() + "touchtails_s.png"));
this.addScene(new ICreateScene() {
public Iscene getNewScene() {
return new MapsScene(app, "Maps");
}
public String getTitle() {
return "Maps";
}
}, app.loadImage(this.getPathToIcons() + "maps_ss.png"));