com.TeamHEC.LocomotionCommotion.MapActors
Class Game_Map_TextureManager
java.lang.Object
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.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
getInstance
public static Game_Map_TextureManager getInstance()
- gets an instance of the texture manager
- Returns:
- instance of this class