vooga.games.towerdefense
Class OldDropThisForReference

java.lang.Object
  extended by com.golden.gamedev.Game
      extended by vooga.engine.core.Game
          extended by vooga.games.towerdefense.OldDropThisForReference

public class OldDropThisForReference
extends Game

This is the main class of the game. It creates the different states of the games, and loads all the sprites used in the game.


Field Summary
 
Fields inherited from class vooga.engine.core.Game
levelParser, myCurrentLevel, myPlayState, stateManager
 
Constructor Summary
OldDropThisForReference()
           
 
Method Summary
 
Methods inherited from class vooga.engine.core.Game
addGameState, getCurrentLevel, getGameStateManager, getPlayGameState, getResourceXMLPath, initGameStates, initResources, 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

OldDropThisForReference

public OldDropThisForReference()