I'm trying to get to use Nifty in my Slick game. However, i can't figure how to even get started. I've found this tutorial:
But as i am very new at Java, i have no idea where to put the code lines in the tutorial. For instance, i probably need this:
// in NiftyGame, NiftyBasicGame, NiftyOverlayGame and NiftyOverlayBasicGame
protected void initGameAndGUI(GameContainer container) throws SlickException;
How can i add this to my Slick game?