[Orxonox-commit 7324] r11941 - code/branches/3DPacman_FS18/src/modules/pacman
dreherm at orxonox.net
dreherm at orxonox.net
Fri May 4 23:34:28 CEST 2018
Author: dreherm
Date: 2018-05-04 23:34:28 +0200 (Fri, 04 May 2018)
New Revision: 11941
Modified:
code/branches/3DPacman_FS18/src/modules/pacman/Pacman.h
Log:
Afraid Test 3
Modified: code/branches/3DPacman_FS18/src/modules/pacman/Pacman.h
===================================================================
--- code/branches/3DPacman_FS18/src/modules/pacman/Pacman.h 2018-05-04 21:28:41 UTC (rev 11940)
+++ code/branches/3DPacman_FS18/src/modules/pacman/Pacman.h 2018-05-04 21:34:28 UTC (rev 11941)
@@ -79,6 +79,7 @@
void takePoint(PacmanPointSphere* taken);
PacmanGelb* getPlayer();
int getPoints();
+ void setAfraid();
bool bEndGame;
@@ -92,11 +93,11 @@
Vector3 currentPosition;
PacmanGelb* player;
bool bcolli = false;
+ float timer = 0;
Vector3 startposplayer = Vector3(0,10,245);
int totallevelpoint = 3;
//bool firstGame;
bool afraid = false;
- float timer = 0;
private:
More information about the Orxonox-commit
mailing list