Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11572


Ignore:
Timestamp:
Nov 20, 2017, 2:46:48 PM (6 years ago)
Author:
merholzl
Message:

hitboxes

Location:
code/branches/FlappyOrx_HS17
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FlappyOrx_HS17/data/levels/FlappyOrx.oxw

    r11568 r11572  
    3232  <Scene
    3333    ambientlight = "0.8, 0.7, 0.4"
    34     skybox     = "Orxonox/skyBox"
     34    skybox     = "Orxonox/skyBoxBasic"
    3535  >
    3636
  • code/branches/FlappyOrx_HS17/data/levels/templates/spaceshipFlappyOrx.oxt

    r11568 r11572  
    5858    </attached>
    5959    <collisionShapes>
    60       <SphereCollisionShape position="0    ,0 ,  3" radius="100" />
     60      <SphereCollisionShape position="-0.8    ,0 ,  -10" radius="15" />
    6161    </collisionShapes>
    6262    <explosion >
  • code/branches/FlappyOrx_HS17/src/modules/flappyorx/FlappyOrx.h

    r11568 r11572  
    161161           
    162162            const std::string DeathMessage10[6] = {
    163                 "Game Over, /n but you should really try again",
    164                 "Game Over! /n You can do better, can you?",
    165                 "Game Over! /n Hey maybe you get a paticipation award, that's good isn't it?",
    166                 "Game Over! /n Hey congratulations, you get an medal, a wooden one",
    167                 "Game Over! /n That was flappin bad!",
    168                 "Game Over! /n Well that was a waste of time"};
    169             const std::string DeathMessage30[6] = {"Asteroid6_1","Asteroid6_2","Asteroid6_3","Asteroid6_4","Asteroid6_5","Asteroid6_6"};
     163                "You should really try again",
     164                "You can do better, can you?",
     165                "Hey maybe you get a paticipation award, that's good isn't it?",
     166                "Hey congratulations, you get an medal, a wooden one",
     167                "That was flappin bad!",
     168                "Well that was a waste of time"};
     169            const std::string DeathMessage30[6] = {
     170                "Getting better!",
     171                "","Asteroid6_3","Asteroid6_4","Asteroid6_5","Asteroid6_6"};
    170172            const std::string DeathMessage50[6] = {"Asteroid9_1","Asteroid9_2","Asteroid9_3","Asteroid9_4","Asteroid9_5","Asteroid9_6"};
    171173            const std::string DeathMessageover50[6] = {"Asteroid12_1","Asteroid12_2","Asteroid12_3","Asteroid12_4","Asteroid12_5","Asteroid12_6"};
Note: See TracChangeset for help on using the changeset viewer.