Changeset 11976 for code/branches/3DPacman_FS18/src/modules/pacman/Pacman.h
- Timestamp:
- May 17, 2018, 4:14:35 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/3DPacman_FS18/src/modules/pacman/Pacman.h
r11956 r11976 75 75 void levelUp(); 76 76 bool collis(Vector3 one, Vector3 other); 77 void catched( );77 void catched(float dt); 78 78 void posreset(); 79 79 void takePoint(PacmanPointSphere* taken); … … 82 82 void setAfraid(); 83 83 void setNormal(); 84 bool isdead(); 85 void dead(float dt); 84 86 85 87 … … 100 102 //bool firstGame; 101 103 bool afraid = false; 104 bool death = false; 105 float deathtime = 0; 102 106 103 107 private:
Note: See TracChangeset
for help on using the changeset viewer.