Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 11, 2017, 3:18:27 PM (8 years ago)
Author:
jkindle
Message:

Added the animation for the level end (walk into castle), Coins for the blocks, Castleblocks and Flagblocks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/SuperOrxoBros_FS17/src/modules/superorxobros/SOBFlagstone.h

    r11412 r11416  
    2121 *
    2222 *   Author:
    23  *      Fabien Vultier
     23 *      Julien Kindle
    2424 *   Co-authors:
    25  *      ...
     25 *     
    2626 *
    2727 */
     
    2929/**
    3030    @file SOBFlagstone.h
    31     @brief Declaration of the SOBFlagstone class.
     31    @brief Declaration of the SOBFlagstone class. This class is used for the flag - for everz 10x10x10 stone we added a flagstone with different points. The higher you touch the flag, the more points you get.
    3232    @ingroup SOB
    3333*/
     
    3737
    3838#include "superorxobros/SOBPrereqs.h"
    39 #include "worldentities/MovableEntity.h"
     39#include "worldentities/StaticEntity.h"
    4040
    4141
    4242namespace orxonox
    4343{
    44     class _SOBExport SOBFlagstone : public MovableEntity
     44    class _SOBExport SOBFlagstone : public StaticEntity
    4545    {
    4646        public:
Note: See TracChangeset for help on using the changeset viewer.