Package fr.raversoft.yllisanSkies.states

Examples of fr.raversoft.yllisanSkies.states.TitleScreen


        }
    }

    @Override
    public void initStatesList(GameContainer container) throws SlickException {
        this.addState(new TitleScreen(this));
        this.addState(new Exploration(this));
        this.enterState(TITLE_SCREEN);
    }
View Full Code Here

TOP

Related Classes of fr.raversoft.yllisanSkies.states.TitleScreen

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.