Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11574


Ignore:
Timestamp:
Nov 20, 2017, 3:15:13 PM (6 years ago)
Author:
merholzl
Message:

more death textes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FlappyOrx_HS17/src/modules/flappyorx/FlappyOrx.h

    r11572 r11574  
    160160            const std::string Asteroid20[6] = {"Asteroid12_1","Asteroid12_2","Asteroid12_3","Asteroid12_4","Asteroid12_5","Asteroid12_6"};
    161161           
    162             const std::string DeathMessage10[6] = {
    163                 "You should really try again",
     162            const std::string DeathMessage10[7] = {
     163                "You should really try that again",
    164164                "You can do better, can you?",
    165165                "Hey maybe you get a paticipation award, that's good isn't it?",
    166166                "Hey congratulations, you get an medal, a wooden one",
    167167                "That was flappin bad!",
     168                "Getting closer to something",
    168169                "Well that was a waste of time"};
    169170            const std::string DeathMessage30[6] = {
    170171                "Getting better!",
    171                 "","Asteroid6_3","Asteroid6_4","Asteroid6_5","Asteroid6_6"};
    172             const std::string DeathMessage50[6] = {"Asteroid9_1","Asteroid9_2","Asteroid9_3","Asteroid9_4","Asteroid9_5","Asteroid9_6"};
    173             const std::string DeathMessageover50[6] = {"Asteroid12_1","Asteroid12_2","Asteroid12_3","Asteroid12_4","Asteroid12_5","Asteroid12_6"};
     172                "Training has paid off, huh?",
     173                "Good average!",
     174                "That was somehow enjoyable to watch",
     175                "Flappin average",
     176                "That wasn't crap, not bad"};
     177            const std::string DeathMessage50[6] = {
     178                "Flappin great",
     179                "Good job!",
     180                "Okay, we give you a shiny medal, not a golden one, tough",
     181                "Maybe you should do that professionally",
     182                "That was really good,!",
     183                "We are proud of you"};
     184            const std::string DeathMessageover50[6] = {
     185                "You're flappin amazing",
     186                "Fucking great job",
     187                "Wow, we're really impressed",
     188                "We will honor you!",
     189                "Please do that again!",
     190                "Take that golden medal! You've earned it"};
    174191           
    175192
Note: See TracChangeset for help on using the changeset viewer.