Changeset 11596 for code/branches/FlappyOrx_HS17/src
- Timestamp:
- Nov 27, 2017, 2:05:12 PM (7 years ago)
- 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 168 168 "You should really try that again", 169 169 "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?", 171 171 "Congratulations, you get a medal, a wooden one", 172 172 "That was flappin bad!", 173 "Getting closer to something",174 173 "Well, that was a waste of time"}; 175 174 std::vector<std::string> DeathMessage30 = { … … 179 178 "That was somehow enjoyable to watch", 180 179 "Flappin average", 180 "Getting closer to something", 181 181 "That wasn't crap, not bad"}; 182 182 std::vector<std::string> DeathMessage50 = { -
code/branches/FlappyOrx_HS17/src/modules/flappyorx/FlappyOrxShip.cc
r11595 r11596 123 123 } 124 124 125 void FlappyOrxShip::moveFrontBack(const Vector2& value)126 {127 128 }129 130 void FlappyOrxShip::moveRightLeft(const Vector2& value){}131 132 125 int FlappyOrxShip::timeUntilRespawn(){ 133 126 return 2-time(0)+deathTime;
Note: See TracChangeset
for help on using the changeset viewer.