- Timestamp:
- Nov 20, 2017, 1:06:08 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FlappyOrx_HS17/src/modules/flappyorx/FlappyOrx.cc
r11554 r11563 51 51 #include "core/command/ConsoleCommand.h" 52 52 #include "worldentities/ExplosionPart.h" 53 53 54 54 55 namespace orxonox … … 198 199 }; 199 200 201 bool FlappyOrx::isDead(){ 202 return true; 203 } 204 205 std::string FlappyOrx::getDeathMessage(){ 206 return "hello world"; 207 } 208 200 209 void FlappyOrx::comboControll() 201 210 {
Note: See TracChangeset
for help on using the changeset viewer.