Changeset 12361
- Timestamp:
- May 9, 2019, 3:50:09 PM (6 years ago)
- Location:
- code/branches/OrxoBlox_FS19
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxoBlox_FS19/data/levels/orxoblox.oxw
r12359 r12361 22 22 <OrxoBloxBat> 23 23 <camerapositions> 24 <CameraPosition position="0,150,0" pitch=-90absolute=true />24 <CameraPosition position="0,150,0" absolute=true /> 25 25 <CameraPosition position="0,50,160" drag=true mouselook=true /> 26 26 <CameraPosition position="0,40,125" drag=true mouselook=true /> … … 103 103 104 104 105 <OrxoBloxCenterpoint name=OrxoBloxcenter dimension="90,100" balltemplate=OrxoBloxball battemplate=OrxoBloxbat ballspeed=200 ballaccfactor=1.0 batspeed=130 batlength=0.25 StoneTemplate=OrxoBloxstone WallTemplate=OrxoBloxwall position="-55,-75,0">105 <OrxoBloxCenterpoint name=OrxoBloxcenter dimension="90,100" balltemplate=OrxoBloxball battemplate=OrxoBloxbat ballspeed=200 ballaccfactor=1.0 batspeed=130 batlength=0.25 StoneTemplate=OrxoBloxstone WallTemplate=OrxoBloxwall > 106 106 107 107 <attached> -
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.