zombie.gameStates
Class ChooseStory
java.lang.Object
zombie.gameStates.GameState
zombie.gameStates.ChooseStory
public class ChooseStory
- extends GameState
- Author:
- LEMMY
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectedStory
public int SelectedStory
ChooseStory
public ChooseStory()
getStoryDetails
public void getStoryDetails(ChooseStory.Story story,
java.lang.String dir)
throws java.io.FileNotFoundException
- Throws:
java.io.FileNotFoundException
enter
public void enter()
- Overrides:
enter
in class GameState
getStoryList
public void getStoryList()
update
public GameStateMachine.StateAction update()
- Overrides:
update
in class GameState
render
public void render()
- Overrides:
render
in class GameState
DrawTexture
public static void DrawTexture(Texture tex,
int x,
int y,
int width,
int height,
float alpha)