Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 22, 2008, 4:45:32 PM (16 years ago)
Author:
bknecht
Message:

crazy stuff!! triggers and the best: you can now use the lua function "include(levelfile)" to include another level file into the level. it's great!!! :D

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/script_trigger/src/orxonox/objects/SpaceShip.cc

    r1293 r1383  
    277277      // change camera attributes here, if you want to ;)
    278278    }
    279    
     279
    280280    void SpaceShip::getFocus(){
    281281      COUT(4) << "requesting focus" << std::endl;
    282282      if(network::Client::getSingleton()==0 || network::Client::getSingleton()->getShipID()==objectID)
    283283        CameraHandler::getInstance()->requestFocus(cam_);
    284      
    285     }
    286    
     284
     285    }
     286
    287287    void SpaceShip::createCamera(){
    288288//       COUT(4) << "begin camera creation" << std::endl;
Note: See TracChangeset for help on using the changeset viewer.