Changes between Version 3 and Version 4 of ~archive/PowerUpEngine
- Timestamp:
- Apr 15, 2017, 2:59:54 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
~archive/PowerUpEngine
v3 v4 6 6 Manuel Leuenberger 7 7 == Design == 8 https://www.orxonox.net/cgi-bin/trac.cgi/attachment/wiki/PowerUpEngine/powerups.png?format=raw 9 [[br]]Every Entity capable of picking up powerups implements Extendable. If it can pick up the given type of powerup it does any modifications needed in pickup() and returns true, otherwise false. 8 [[Image(powerups.png)]] 9 10 Every Entity capable of picking up powerups implements Extendable. If it can pick up the given type of powerup it does any modifications needed in pickup() and returns true, otherwise false. 10 11 [[br]]!PowerUp handles the way !PowerUps appear. The subclasses are responsible for storing the impacts of picking up a powerup. 11 12 == Progress ==