Refactored Colors.

Removed PBuffer support.
Abstracted WMInfo.
This commit is contained in:
Martín Lucas Golini
2014-06-14 05:51:39 -03:00
parent 82008b9aee
commit c865d2c09f
132 changed files with 837 additions and 1122 deletions

View File

@@ -77,11 +77,11 @@ void MainLoop()
Blindy->Draw();
// Draw the Rock Axis-Aligned Bounding Box
P.SetColor( eeColorA( 255, 255, 255, 255 ) );
P.SetColor( ColorA( 255, 255, 255, 255 ) );
P.DrawRectangle( Rock->GetAABB() );
// Draw the Rock Quad
P.SetColor( eeColorA( 255, 0, 0, 255 ) );
P.SetColor( ColorA( 255, 0, 0, 255 ) );
P.DrawQuad( Rock->GetQuad() );
// Draw frame