Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 20, 2017, 1:06:08 PM (6 years ago)
Author:
pascscha
Message:

death message initiated

File:
1 edited

Legend:

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

    r11554 r11563  
    5151#include "core/command/ConsoleCommand.h"
    5252#include "worldentities/ExplosionPart.h"
     53
    5354
    5455namespace orxonox
     
    198199    };
    199200
     201    bool FlappyOrx::isDead(){
     202        return true;
     203    }
     204
     205    std::string FlappyOrx::getDeathMessage(){
     206        return "hello world";
     207    }
     208
    200209    void FlappyOrx::comboControll()
    201210    {
Note: See TracChangeset for help on using the changeset viewer.