- Timestamp:
- May 13, 2018, 12:39:06 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.h
r11951 r11958 56 56 void setnewTarget(int firstdec, int seconddec, int thirddec, int fourthdec); 57 57 void changewith(PacmanGhost* otherghost); 58 void levelupvelo(); 58 59 59 60 bool findpos(Vector3 one, Vector3 other); … … 65 66 bool ismoving = false; 66 67 int target_x = 0; 67 int target_z = 0; 68 int target_z = 0; 69 Vector3 velocity; 68 70 69 71 private: 70 72 int decision = 0; //Gives the random which way information to the ghost. 71 Vector3 velocity;72 73 Vector3 resetposition = Vector3(0,10,15); 73 74 };
Note: See TracChangeset
for help on using the changeset viewer.