Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 12361


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

Nomal fuer de Jerome

Location:
code/branches/OrxoBlox_FS19
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoBlox_FS19/data/levels/orxoblox.oxw

    r12359 r12361  
    2222  <OrxoBloxBat>
    2323    <camerapositions>
    24       <CameraPosition position="0,150,0" pitch=-90 absolute=true />
     24      <CameraPosition position="0,150,0" absolute=true />
    2525      <CameraPosition position="0,50,160" drag=true mouselook=true />
    2626      <CameraPosition position="0,40,125" drag=true mouselook=true />
     
    103103
    104104
    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 >
    106106       
    107107      <attached>
  • 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.