Changeset 12361 for code/branches/OrxoBlox_FS19/src/modules
- Timestamp:
- May 9, 2019, 3:50:09 PM (6 years ago)
- 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 1 1 SET_SOURCE_FILES(OrxoBlox_SRC_FILES 2 BUILD_UNIT OrxoBloxBuildUnit.cc 2 3 3 OrxoBlox.cc 4 4 OrxoBloxWall.cc … … 7 7 OrxoBloxCenterpoint.cc 8 8 OrxoBloxStones.cc 9 OrxoBloxCanon.cc10 OrxoBloxShip.cc 11 END_BUILD_UNIT 9 10 11 12 12 ) 13 13 -
code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBloxBall.cc
r12360 r12361 162 162 velocity.z = 0; 163 163 164 ChatManager::message("Waiting for your input");164 //ChatManager::message("Waiting for your input"); 165 165 //Input new speed here: 166 ChatManager::message("Setting new speed");166 //ChatManager::message("Setting new speed"); 167 167 168 168 //Set new speed here!!
Note: See TracChangeset
for help on using the changeset viewer.