Package org.javahispano.javacup.modelo

Examples of org.javahispano.javacup.modelo.PintaPublicidad


    @Override
    public void init(GameContainer gc) throws SlickException {
        uniformeAlternativoLocal = false;
        uniformeAlternativoVisita = ValidaTactica.usarUniformeAlternativo(partido.getDetalleLocal(), partido.getDetalleVisita());
        this.gc = gc;
        pp = new PintaPublicidad("imagenes/logos/pubvert.png", "imagenes/logos/pubhor.png", gc.getWidth() / 2, gc.getHeight() / 2);
        golImage = new Image("imagenes/gol.png");
        cambioImage = new Image("imagenes/cambio.png");
        xImage = new Image("imagenes/x.png");
        avImage = new Image("imagenes/avanza.png");
        paImage = new Image("imagenes/pausa.png");
View Full Code Here

TOP

Related Classes of org.javahispano.javacup.modelo.PintaPublicidad

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.