vooga.examples.core
Class Example

java.lang.Object
  extended by com.golden.gamedev.Game
      extended by vooga.engine.core.Game
          extended by vooga.examples.core.Example

public class Example
extends Game

Example Game class


Field Summary
 
Fields inherited from class vooga.engine.core.Game
levelParser, myCurrentLevel, myPlayState, stateManager
 
Constructor Summary
Example()
           
 
Method Summary
 void initResources()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class vooga.engine.core.Game
addGameState, getCurrentLevel, getGameStateManager, getPlayGameState, getResourceXMLPath, initGameStates, initSoundPlayer, launch, render, setAsPlayGameState, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Example

public Example()
Method Detail

initResources

public void initResources()
Overrides:
initResources in class Game

main

public static void main(java.lang.String[] args)