[Orxonox-commit 6951] r11572 - in code/branches/FlappyOrx_HS17: data/levels data/levels/templates src/modules/flappyorx
merholzl at orxonox.net
merholzl at orxonox.net
Mon Nov 20 14:46:48 CET 2017
Author: merholzl
Date: 2017-11-20 14:46:48 +0100 (Mon, 20 Nov 2017)
New Revision: 11572
Modified:
code/branches/FlappyOrx_HS17/data/levels/FlappyOrx.oxw
code/branches/FlappyOrx_HS17/data/levels/templates/spaceshipFlappyOrx.oxt
code/branches/FlappyOrx_HS17/src/modules/flappyorx/FlappyOrx.h
Log:
hitboxes
Modified: code/branches/FlappyOrx_HS17/data/levels/FlappyOrx.oxw
===================================================================
--- code/branches/FlappyOrx_HS17/data/levels/FlappyOrx.oxw 2017-11-20 13:42:49 UTC (rev 11571)
+++ code/branches/FlappyOrx_HS17/data/levels/FlappyOrx.oxw 2017-11-20 13:46:48 UTC (rev 11572)
@@ -31,7 +31,7 @@
skybox = "Orxonox/Starbox" -->
<Scene
ambientlight = "0.8, 0.7, 0.4"
- skybox = "Orxonox/skyBox"
+ skybox = "Orxonox/skyBoxBasic"
>
<WorldAmbientSound
Modified: code/branches/FlappyOrx_HS17/data/levels/templates/spaceshipFlappyOrx.oxt
===================================================================
--- code/branches/FlappyOrx_HS17/data/levels/templates/spaceshipFlappyOrx.oxt 2017-11-20 13:42:49 UTC (rev 11571)
+++ code/branches/FlappyOrx_HS17/data/levels/templates/spaceshipFlappyOrx.oxt 2017-11-20 13:46:48 UTC (rev 11572)
@@ -57,7 +57,7 @@
<Model mesh="cube.mesh" mass=10 position="0,0,-12" scale3D="4,4,7" /-->
</attached>
<collisionShapes>
- <SphereCollisionShape position="0 ,0 , 3" radius="100" />
+ <SphereCollisionShape position="-0.8 ,0 , -10" radius="15" />
</collisionShapes>
<explosion >
<ExplosionPart minspeed=0 maxspeed=0 effect1="orxonox/explosion_flash2" effect2="orxonox/explosion_flame2" />
Modified: code/branches/FlappyOrx_HS17/src/modules/flappyorx/FlappyOrx.h
===================================================================
--- code/branches/FlappyOrx_HS17/src/modules/flappyorx/FlappyOrx.h 2017-11-20 13:42:49 UTC (rev 11571)
+++ code/branches/FlappyOrx_HS17/src/modules/flappyorx/FlappyOrx.h 2017-11-20 13:46:48 UTC (rev 11572)
@@ -160,13 +160,15 @@
const std::string Asteroid20[6] = {"Asteroid12_1","Asteroid12_2","Asteroid12_3","Asteroid12_4","Asteroid12_5","Asteroid12_6"};
const std::string DeathMessage10[6] = {
- "Game Over, /n but you should really try again",
- "Game Over! /n You can do better, can you?",
- "Game Over! /n Hey maybe you get a paticipation award, that's good isn't it?",
- "Game Over! /n Hey congratulations, you get an medal, a wooden one",
- "Game Over! /n That was flappin bad!",
- "Game Over! /n Well that was a waste of time"};
- const std::string DeathMessage30[6] = {"Asteroid6_1","Asteroid6_2","Asteroid6_3","Asteroid6_4","Asteroid6_5","Asteroid6_6"};
+ "You should really try again",
+ "You can do better, can you?",
+ "Hey maybe you get a paticipation award, that's good isn't it?",
+ "Hey congratulations, you get an medal, a wooden one",
+ "That was flappin bad!",
+ "Well that was a waste of time"};
+ const std::string DeathMessage30[6] = {
+ "Getting better!",
+ "","Asteroid6_3","Asteroid6_4","Asteroid6_5","Asteroid6_6"};
const std::string DeathMessage50[6] = {"Asteroid9_1","Asteroid9_2","Asteroid9_3","Asteroid9_4","Asteroid9_5","Asteroid9_6"};
const std::string DeathMessageover50[6] = {"Asteroid12_1","Asteroid12_2","Asteroid12_3","Asteroid12_4","Asteroid12_5","Asteroid12_6"};
More information about the Orxonox-commit
mailing list