com.TeamHEC.LocomotionCommotion.MapActors
Class Game_Map_TextureManager

java.lang.Object
  extended by com.TeamHEC.LocomotionCommotion.MapActors.Game_Map_TextureManager

public class Game_Map_TextureManager
extends java.lang.Object

Author:
Oliver Binns Holds all the textures and file paths for all actors in StartMenu This means if we need to change a file path you come here.

Field Summary
 com.badlogic.gdx.graphics.Texture junction
           
 com.badlogic.gdx.graphics.Texture junctionx2
           
 com.badlogic.gdx.graphics.Texture map
           
 com.badlogic.gdx.graphics.Texture mapInfo
           
 com.badlogic.gdx.graphics.Texture p1Station
           
 com.badlogic.gdx.graphics.Texture p1StationBroken
           
 com.badlogic.gdx.graphics.Texture p1Stationx2
           
 com.badlogic.gdx.graphics.Texture p1Stationx2Broken
           
 com.badlogic.gdx.graphics.Texture p1Train
           
 com.badlogic.gdx.graphics.Texture p1Trainx2
           
 com.badlogic.gdx.graphics.Texture p2Station
           
 com.badlogic.gdx.graphics.Texture p2StationBroken
           
 com.badlogic.gdx.graphics.Texture p2Stationx2
           
 com.badlogic.gdx.graphics.Texture p2Stationx2Broken
           
 com.badlogic.gdx.graphics.Texture p2Train
           
 com.badlogic.gdx.graphics.Texture p2Trainx2
           
 com.badlogic.gdx.graphics.Texture redRouteBlip
           
 com.badlogic.gdx.graphics.Texture routeBlip
           
 com.badlogic.gdx.graphics.Texture station
           
 com.badlogic.gdx.graphics.Texture stationBroken
           
 com.badlogic.gdx.graphics.Texture stationBuy
           
 com.badlogic.gdx.graphics.Texture stationInfo
           
 com.badlogic.gdx.graphics.Texture stationRepair
           
 com.badlogic.gdx.graphics.Texture stationSelect
           
 com.badlogic.gdx.graphics.Texture stationUpgrade
           
 com.badlogic.gdx.graphics.Texture stationx2
           
 com.badlogic.gdx.graphics.Texture stationx2Broken
           
 com.badlogic.gdx.graphics.Texture trainInfo
           
 com.badlogic.gdx.graphics.Texture trainInfoPlanRoute
           
 
Method Summary
static Game_Map_TextureManager getInstance()
          gets an instance of the texture manager
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

map

public com.badlogic.gdx.graphics.Texture map

mapInfo

public com.badlogic.gdx.graphics.Texture mapInfo

station

public com.badlogic.gdx.graphics.Texture station

stationBroken

public com.badlogic.gdx.graphics.Texture stationBroken

stationx2

public com.badlogic.gdx.graphics.Texture stationx2

stationx2Broken

public com.badlogic.gdx.graphics.Texture stationx2Broken

stationInfo

public com.badlogic.gdx.graphics.Texture stationInfo

stationSelect

public com.badlogic.gdx.graphics.Texture stationSelect

stationRepair

public com.badlogic.gdx.graphics.Texture stationRepair

stationBuy

public com.badlogic.gdx.graphics.Texture stationBuy

stationUpgrade

public com.badlogic.gdx.graphics.Texture stationUpgrade

trainInfo

public com.badlogic.gdx.graphics.Texture trainInfo

trainInfoPlanRoute

public com.badlogic.gdx.graphics.Texture trainInfoPlanRoute

junction

public com.badlogic.gdx.graphics.Texture junction

junctionx2

public com.badlogic.gdx.graphics.Texture junctionx2

p1Station

public com.badlogic.gdx.graphics.Texture p1Station

p1StationBroken

public com.badlogic.gdx.graphics.Texture p1StationBroken

p1Stationx2

public com.badlogic.gdx.graphics.Texture p1Stationx2

p1Stationx2Broken

public com.badlogic.gdx.graphics.Texture p1Stationx2Broken

p1Train

public com.badlogic.gdx.graphics.Texture p1Train

p1Trainx2

public com.badlogic.gdx.graphics.Texture p1Trainx2

p2Station

public com.badlogic.gdx.graphics.Texture p2Station

p2StationBroken

public com.badlogic.gdx.graphics.Texture p2StationBroken

p2Stationx2

public com.badlogic.gdx.graphics.Texture p2Stationx2

p2Stationx2Broken

public com.badlogic.gdx.graphics.Texture p2Stationx2Broken

p2Train

public com.badlogic.gdx.graphics.Texture p2Train

p2Trainx2

public com.badlogic.gdx.graphics.Texture p2Trainx2

routeBlip

public com.badlogic.gdx.graphics.Texture routeBlip

redRouteBlip

public com.badlogic.gdx.graphics.Texture redRouteBlip
Method Detail

getInstance

public static Game_Map_TextureManager getInstance()
gets an instance of the texture manager

Returns:
instance of this class