Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 3 and Version 4 of ~archive/PowerUpEngine


Ignore:
Timestamp:
Apr 15, 2017, 2:59:54 PM (7 years ago)
Author:
landauf
Comment:

fixed links

Legend:

Unmodified
Added
Removed
Modified
  • ~archive/PowerUpEngine

    v3 v4  
    66Manuel Leuenberger
    77== 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
     10Every 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.
    1011[[br]]!PowerUp handles the way !PowerUps appear. The subclasses are responsible for storing the impacts of picking up a powerup.
    1112== Progress ==