Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 2, 2019, 4:40:50 PM (5 years ago)
Author:
pomselj
Message:

Ball can do bouncy stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBlox.h

    r12331 r12337  
    4343#include "OrxoBloxCenterpoint.h"
    4444#include "OrxoBloxWall.h"
     45#include "OrxoBloxShip.h"
    4546
    4647namespace orxonox
     
    7273            virtual void end() override; ///!< Ends the OrxoBlox minigame.
    7374
    74             virtual void spawnPlayer(PlayerInfo* player) override; //!< Spawns the input player.
    75 
    7675            OrxoBloxShip* getPlayer();
     76            void spawnPlayer(PlayerInfo* Player) override;
    7777
    7878            void LevelUp();
     
    9797            WeakPtr<OrxoBloxCenterpoint> center_; //!< The playing field.
    9898            WeakPtr<OrxoBloxBall> ball_; //!< The OrxoBlox ball.
     99            unsigned int level_;
    99100           
     101            WeakPtr<OrxoBloxShip> playership;
    100102            PlayerInfo* player_;
    101             unsigned int level_;
    102 
    103103            Timer starttimer_; //!< A timer to delay the start of the game.
    104104           
Note: See TracChangeset for help on using the changeset viewer.