Changeset 9243 in orxonox.OLD for branches/scripting/src/world_entities/space_ships
- Timestamp:
- Jul 6, 2006, 4:10:39 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/scripting/src/world_entities/space_ships/spacecraft_2d.cc
r9235 r9243 498 498 this->bForward = event.bPressed; //this->shiftCoor(0,.1,0); 499 499 else if( event.type == KeyMapper::PEV_BACKWARD) 500 this->bBackward = event.bPressed;//this->shiftCoor(0,-.1,0);500 {this->bBackward = event.bPressed; printf(" %f, %f, %f \n",getAbsCoorX(),getAbsCoorY(),getAbsCoorZ());} //this->shiftCoor(0,-.1,0); 501 501 else if( event.type == EV_MOUSE_MOTION) 502 502 {
Note: See TracChangeset
for help on using the changeset viewer.