Changeset 11572 for code/branches
- Timestamp:
- Nov 20, 2017, 2:46:48 PM (7 years ago)
- Location:
- code/branches/FlappyOrx_HS17
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FlappyOrx_HS17/data/levels/FlappyOrx.oxw
r11568 r11572 32 32 <Scene 33 33 ambientlight = "0.8, 0.7, 0.4" 34 skybox = "Orxonox/skyBox "34 skybox = "Orxonox/skyBoxBasic" 35 35 > 36 36 -
code/branches/FlappyOrx_HS17/data/levels/templates/spaceshipFlappyOrx.oxt
r11568 r11572 58 58 </attached> 59 59 <collisionShapes> 60 <SphereCollisionShape position=" 0 ,0 , 3" radius="100" />60 <SphereCollisionShape position="-0.8 ,0 , -10" radius="15" /> 61 61 </collisionShapes> 62 62 <explosion > -
code/branches/FlappyOrx_HS17/src/modules/flappyorx/FlappyOrx.h
r11568 r11572 161 161 162 162 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"}; 170 172 const std::string DeathMessage50[6] = {"Asteroid9_1","Asteroid9_2","Asteroid9_3","Asteroid9_4","Asteroid9_5","Asteroid9_6"}; 171 173 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.