vooga.games.doodlejump.collisions
Class DoodleToGreenPlatformCollision

java.lang.Object
  extended by BasicCollisionGroup
      extended by vooga.games.doodlejump.collisions.DoodleToGreenPlatformCollision

public class DoodleToGreenPlatformCollision
extends BasicCollisionGroup

The DoodleToGreenPlatformCollision class extends BasicCollisionGroup and defines what happens when Doodle collides with a Green Platform


Constructor Summary
DoodleToGreenPlatformCollision(Game game)
           
 
Method Summary
 void collided(Sprite doodle, Sprite green_platform)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoodleToGreenPlatformCollision

public DoodleToGreenPlatformCollision(Game game)
Method Detail

collided

public void collided(Sprite doodle,
                     Sprite green_platform)