vooga.examples.resource.resourcesxmlexample
Class DropThis

java.lang.Object
  extended by com.golden.gamedev.Game
      extended by vooga.engine.core.Game
          extended by vooga.examples.resource.resourcesxmlexample.DropThis

public class DropThis
extends Game


Field Summary
 
Fields inherited from class vooga.engine.core.Game
levelParser, myCurrentLevel, myPlayState, stateManager
 
Constructor Summary
DropThis()
           
 
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

DropThis

public DropThis()
Method Detail

initResources

public void initResources()
Overrides:
initResources in class Game

main

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