Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 5, 2013, 8:46:18 PM (10 years ago)
Author:
jo
Message:

Making the countdown speed configurable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/levelMichael/src/modules/overlays/hud/CountDown.h

    r9870 r9872  
    5252            inline float getCounter() const
    5353                { return this->counter_; }
     54            inline void setSpeed(float value)
     55                { this->speed_ = value; }
     56            inline float getSpeed() const
     57                { return this->speed_; }
     58               
    5459        protected:
    5560
     
    5762            PlayerInfo* owner_;
    5863            float counter_;
     64            float speed_;
    5965            bool hasStopped_;
    6066    };
Note: See TracChangeset for help on using the changeset viewer.