[Orxonox-commit 6953] r11574 - code/branches/FlappyOrx_HS17/src/modules/flappyorx
merholzl at orxonox.net
merholzl at orxonox.net
Mon Nov 20 15:15:14 CET 2017
Author: merholzl
Date: 2017-11-20 15:15:13 +0100 (Mon, 20 Nov 2017)
New Revision: 11574
Modified:
code/branches/FlappyOrx_HS17/src/modules/flappyorx/FlappyOrx.h
Log:
more death textes
Modified: code/branches/FlappyOrx_HS17/src/modules/flappyorx/FlappyOrx.h
===================================================================
--- code/branches/FlappyOrx_HS17/src/modules/flappyorx/FlappyOrx.h 2017-11-20 14:11:07 UTC (rev 11573)
+++ code/branches/FlappyOrx_HS17/src/modules/flappyorx/FlappyOrx.h 2017-11-20 14:15:13 UTC (rev 11574)
@@ -159,18 +159,35 @@
const std::string Asteroid15[6] = {"Asteroid9_1","Asteroid9_2","Asteroid9_3","Asteroid9_4","Asteroid9_5","Asteroid9_6"};
const std::string Asteroid20[6] = {"Asteroid12_1","Asteroid12_2","Asteroid12_3","Asteroid12_4","Asteroid12_5","Asteroid12_6"};
- const std::string DeathMessage10[6] = {
- "You should really try again",
+ const std::string DeathMessage10[7] = {
+ "You should really try that 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!",
+ "Getting closer to something",
"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"};
+ "Training has paid off, huh?",
+ "Good average!",
+ "That was somehow enjoyable to watch",
+ "Flappin average",
+ "That wasn't crap, not bad"};
+ const std::string DeathMessage50[6] = {
+ "Flappin great",
+ "Good job!",
+ "Okay, we give you a shiny medal, not a golden one, tough",
+ "Maybe you should do that professionally",
+ "That was really good,!",
+ "We are proud of you"};
+ const std::string DeathMessageover50[6] = {
+ "You're flappin amazing",
+ "Fucking great job",
+ "Wow, we're really impressed",
+ "We will honor you!",
+ "Please do that again!",
+ "Take that golden medal! You've earned it"};
More information about the Orxonox-commit
mailing list