Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 27, 2017, 2:05:12 PM (7 years ago)
Author:
merholzl
Message:

Cleanup of level files

Location:
code/branches/FlappyOrx_HS17/src/modules/flappyorx
Files:
2 edited

Legend:

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

    r11595 r11596  
    168168                "You should really try that again",
    169169                "You can do better, can you?",
    170                 "Hey maybe you get a participation award, that's good isn't it?",
     170                "Hey, maybe you get a participation award, that's good isn't it?",
    171171                "Congratulations, you get a medal, a wooden one",
    172172                "That was flappin bad!",
    173                 "Getting closer to something",
    174173                "Well, that was a waste of time"};
    175174            std::vector<std::string> DeathMessage30 = {
     
    179178                "That was somehow enjoyable to watch",
    180179                "Flappin average",
     180                "Getting closer to something",
    181181                "That wasn't crap, not bad"};
    182182            std::vector<std::string> DeathMessage50 = {
  • code/branches/FlappyOrx_HS17/src/modules/flappyorx/FlappyOrxShip.cc

    r11595 r11596  
    123123    }
    124124
    125     void FlappyOrxShip::moveFrontBack(const Vector2& value)
    126     {
    127 
    128     }
    129 
    130     void FlappyOrxShip::moveRightLeft(const Vector2& value){}
    131 
    132125    int FlappyOrxShip::timeUntilRespawn(){
    133126        return 2-time(0)+deathTime;
Note: See TracChangeset for help on using the changeset viewer.