Changeset 11568 for code/branches
- Timestamp:
- Nov 20, 2017, 2:16:00 PM (7 years ago)
- Location:
- code/branches/FlappyOrx_HS17
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FlappyOrx_HS17/data/levels/FlappyOrx.oxw
r11566 r11568 32 32 <Scene 33 33 ambientlight = "0.8, 0.7, 0.4" 34 skybox = "Orxonox/skyBox Basic"34 skybox = "Orxonox/skyBox" 35 35 > 36 36 -
code/branches/FlappyOrx_HS17/data/levels/templates/spaceshipFlappyOrx.oxt
r11543 r11568 50 50 </engines> 51 51 <attached> 52 <Model position="0,0,0" yaw= 90 pitch=0 roll=0 scale=4 mesh="escortShip.mesh" />53 < Model position="0,0,0" yaw=180 pitch=90 roll=0 scale=4 mesh="escortWeapon.mesh" />52 <Model position="0,0,0" yaw=180 pitch=90 roll=270 scale=9 mesh="FlappyOrxShip.mesh" /> 53 <!-- <Model position="0,0,0" yaw=180 pitch=90 roll=0 scale=4 mesh="escortWeapon.mesh" /> --> 54 54 <!--Model mesh="cube.mesh" mass=10 position="0,0,3" scale3D="10,4,8" /> 55 55 <Model mesh="cube.mesh" mass=10 position="12.6,-2,3" scale3D="2.8,2.8,11" /> … … 58 58 </attached> 59 59 <collisionShapes> 60 <BoxCollisionShape position="0 ,0 , 3" halfExtents="10, 4,8" /> 61 <BoxCollisionShape position="12.6 ,-2, 3" halfExtents="2.8,2.8,11"/> 62 <BoxCollisionShape position="-12.6,-2, 3" halfExtents="2.8,2.8,11"/> 63 <BoxCollisionShape position="0, 0,-12" halfExtents="4 , 4 ,7" /> 60 <SphereCollisionShape position="0 ,0 , 3" radius="100" /> 64 61 </collisionShapes> 65 62 <explosion > -
code/branches/FlappyOrx_HS17/src/modules/flappyorx/FlappyOrx.h
r11565 r11568 159 159 const std::string Asteroid15[6] = {"Asteroid9_1","Asteroid9_2","Asteroid9_3","Asteroid9_4","Asteroid9_5","Asteroid9_6"}; 160 160 const std::string Asteroid20[6] = {"Asteroid12_1","Asteroid12_2","Asteroid12_3","Asteroid12_4","Asteroid12_5","Asteroid12_6"}; 161 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"}; 170 const std::string DeathMessage50[6] = {"Asteroid9_1","Asteroid9_2","Asteroid9_3","Asteroid9_4","Asteroid9_5","Asteroid9_6"}; 171 const std::string DeathMessageover50[6] = {"Asteroid12_1","Asteroid12_2","Asteroid12_3","Asteroid12_4","Asteroid12_5","Asteroid12_6"}; 161 172 162 173
Note: See TracChangeset
for help on using the changeset viewer.