- Timestamp:
- May 13, 2018, 12:39:06 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.cc
r11952 r11958 466 466 467 467 } 468 469 void levelupvelo(){ 470 velocity.x = velocity.x + 2; 471 velocity.y = velocity.y + 2; 472 velocity.z = velocity.z + 2; 473 } 468 474 }
Note: See TracChangeset
for help on using the changeset viewer.