Creates a Credits State. Creates a Credits State that inherits State.  
 More...
#include <credits.h>
Creates a Credits State. Creates a Credits State that inherits State. 
Definition at line 13 of file credits.h.
  
  | 
        
          | void Credits::drawSprites | ( |  | ) |  |  | virtual | 
 
A function for displaying the Sprite objects which do not use alpha. 
Implements State.
 
 
  
  | 
        
          | void Credits::drawSpritesWithAlpha | ( |  | ) |  |  | virtual | 
 
A function for displaying the Sprite objects which do use alpha. 
Implements State.
 
 
  
  | 
        
          | void Credits::update | ( | float | , |  
          |  |  | float | , |  
          |  |  | float |  |  
          |  | ) |  |  |  | virtual | 
 
A function for updating the Credits State 
- Parameters
- 
  
    | float | the delta time |  | float | the x touch location |  | float | the y touch location |  
 
- Returns
- int the next command the application should do 
Implements State.
 
 
boolean for if a button is pressed 
Definition at line 21 of file credits.h.
 
 
The documentation for this class was generated from the following file: