Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 2, 2019, 4:40:50 PM (5 years ago)
Author:
pomselj
Message:

Ball can do bouncy stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBloxShip.cc

    r12298 r12337  
    3434
    3535#include "OrxoBloxShip.h"
    36 #include "OrxoBloxShip.h"
    3736#include "core/CoreIncludes.h"
    3837
     
    4847        this->width = 120;
    4948        this->height = 100;
     49        orxout() << "Spawned" << std::endl;
    5050
    5151        //timer.setTimer(3.5f, true, createExecutor(createFunctor(&OrxoBloxShip::showorientation, this)));
Note: See TracChangeset for help on using the changeset viewer.