State¶
- class game_state.State¶
The State class which works as an individual screen.
- Attributes:
- window:
pygame.Surface The main game window.
- manager:
StateManager The manager to which the state is binded to.
- clock:
pygame.time.Clock Pygame’s clock.
- window: