- Timestamp:
- May 24, 2018, 2:25:15 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/3DPacman_FS18/src/modules/pacman/PacmanGelb.cc
r11978 r11984 21 21 * 22 22 * Author: 23 * Florian Zinggeler23 * Marc Dreher 24 24 * Co-authors: 25 25 * ... … … 47 47 { 48 48 SUPER(PacmanGelb, tick, dt); 49 //bring player back to ground 50 actuelposition = this->getPosition(); 49 actuelposition = this->getPosition(); //bring player back to ground 51 50 actuelposition.y = 10; 52 51 this->setPosition(actuelposition); 53 this->rotatePitch(Vector2(0, 0));54 55 56 52 } 57 53 }
Note: See TracChangeset
for help on using the changeset viewer.