Changeset 11942
- Timestamp:
- May 4, 2018, 11:36:54 PM (7 years ago)
- Location:
- code/branches/3DPacman_FS18/src/modules/pacman
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/3DPacman_FS18/src/modules/pacman/Pacman.cc
r11939 r11942 48 48 point = 0; 49 49 level = 1; 50 afraid = false; 51 timer = 0; 50 52 51 53 // setHUDTemplate("PacmanOrxHUD"); -
code/branches/3DPacman_FS18/src/modules/pacman/Pacman.h
r11941 r11942 94 94 PacmanGelb* player; 95 95 bool bcolli = false; 96 float timer = 0;96 float timer; 97 97 Vector3 startposplayer = Vector3(0,10,245); 98 98 int totallevelpoint = 3; 99 99 //bool firstGame; 100 bool afraid = false;100 bool afraid; 101 101 102 102 private:
Note: See TracChangeset
for help on using the changeset viewer.