State¶
- class game_state.State¶
The State class which works as an individual screen.
- Attributes:
- state_name:
str The name of the state. Has to be unique among other states.
- window:
pygame.Surface The main game window.
- manager:
StateManager The manager to which the state is binded to.
- state_name: