Class ChooseGameInfo.Map
java.lang.Object
zombie.gameStates.ChooseGameInfo.Map
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTitle()
float
getZoomS()
float
getZoomX()
float
getZoomY()
boolean
void
setDemoVideo
(String string) void
setDescription
(String _desc) void
setDirectory
(String _dir) void
setFixed2x
(boolean fixed) void
setThumbnail
(Texture _thumb) void
void
setWorldmap
(Texture texture) void
setZoomS
(float float0) void
setZoomX
(float float0) void
setZoomY
(float float0)
-
Constructor Details
-
Map
public Map()
-
-
Method Details
-
getDirectory
-
setDirectory
-
getThumbnail
-
setThumbnail
-
getWorldmap
-
setWorldmap
-
getSpawnSelectImagePyramid
-
getTitle
-
setTitle
-
getLotDirectories
-
getZoomX
public float getZoomX() -
setZoomX
public void setZoomX(float float0) -
getZoomY
public float getZoomY() -
setZoomY
public void setZoomY(float float0) -
getZoomS
public float getZoomS() -
setZoomS
public void setZoomS(float float0) -
getDemoVideo
-
setDemoVideo
-
getDescription
-
setDescription
-
isFixed2x
public boolean isFixed2x() -
setFixed2x
public void setFixed2x(boolean fixed)
-