Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Now the right and bottom coordinates of the rectangles aren't included in them.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Repair the previous one.
|
|
|
|
|
|
Now it doesn't overlap with the bat's static picture on the bottom of
the screen.
|
|
Modify GraphicManager::ghostDrawGhost() to do so.
|
|
|
|
|
|
|
|
|
|
Also move it to it's own function: loadPictures(). Remove some unused
variables and change the order of declaration of the remaining ones
during the implementation. Change void * types to Graphics::Surface.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|