Color now is RGB.

ColorA now is Color.

--HG--
branch : dev
This commit is contained in:
Martí­n Lucas Golini
2017-04-11 02:03:52 -03:00
parent 7c69ea0f45
commit 6d14696337
112 changed files with 747 additions and 706 deletions

View File

@@ -77,11 +77,11 @@ void mainLoop()
Blindy.draw();
// Draw the Rock Axis-Aligned Bounding Box
P.setColor( ColorA( 255, 255, 255, 255 ) );
P.setColor( Color( 255, 255, 255, 255 ) );
P.drawRectangle( Rock.getAABB() );
// Draw the Rock Quad
P.setColor( ColorA( 255, 0, 0, 255 ) );
P.setColor( Color( 255, 0, 0, 255 ) );
P.drawQuad( Rock.getQuad() );
// Draw frame