mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-03 03:56:30 +03:00
Initial support for non-cacheable CSS styles.
Some minor colors refactor. Some minor bug fixes. --HG-- branch : dev-css
This commit is contained in:
@@ -1394,7 +1394,7 @@ void EETest::screen2() {
|
||||
polygon.rotate( ang , polygon.getBounds().getCenter() );
|
||||
shape.setPolygon( polygon );
|
||||
shape.setPosition( Vector2f( 150, 150 ));
|
||||
shape.setColor( Color::Magenta );
|
||||
shape.setColor( Color::Fuchsia );
|
||||
shape.setAlpha( 100 );
|
||||
shape.draw();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user