Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 20, 2017, 2:46:48 PM (6 years ago)
Author:
merholzl
Message:

hitboxes

File:
1 edited

Legend:

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

    r11568 r11572  
    161161           
    162162            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"};
    170172            const std::string DeathMessage50[6] = {"Asteroid9_1","Asteroid9_2","Asteroid9_3","Asteroid9_4","Asteroid9_5","Asteroid9_6"};
    171173            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.