Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 9, 2019, 3:50:09 PM (6 years ago)
Author:
ahuwyler
Message:

Nomal fuer de Jerome

Location:
code/branches/OrxoBlox_FS19/src/modules/OrxoBlox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/CMakeLists.txt

    r12308 r12361  
    11SET_SOURCE_FILES(OrxoBlox_SRC_FILES
    2 BUILD_UNIT OrxoBloxBuildUnit.cc
     2
    33  OrxoBlox.cc
    44  OrxoBloxWall.cc
     
    77  OrxoBloxCenterpoint.cc
    88  OrxoBloxStones.cc
    9   OrxoBloxCanon.cc
    10   OrxoBloxShip.cc
    11 END_BUILD_UNIT
     9 
     10
     11
    1212)
    1313
  • code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBloxBall.cc

    r12360 r12361  
    162162                velocity.z = 0;
    163163
    164                 ChatManager::message("Waiting for your input");
     164                //ChatManager::message("Waiting for your input");
    165165                //Input new speed here:
    166                 ChatManager::message("Setting new speed");
     166                //ChatManager::message("Setting new speed");
    167167
    168168                //Set new speed here!!
Note: See TracChangeset for help on using the changeset viewer.