mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Changed Recti as Rect.
Removed eeAABB in favor of Rectf. Implemented UIScrollView XML load. --HG-- branch : dev
This commit is contained in:
@@ -110,7 +110,7 @@ EE_MAIN_FUNC int main (int argc, char * argv [])
|
||||
for ( Int32 my = 0; my < 4; my++ ) {
|
||||
for( Int32 mx = 0; mx < 8; mx++ ) {
|
||||
// DestSize as 0,0 will use the SubTexture size
|
||||
Rock.addFrame( RockId, Sizef( 0, 0 ), Vector2i( 0, 0 ), Recti( mx * 64, my * 64, mx * 64 + 64, my * 64 + 64 ) );
|
||||
Rock.addFrame( RockId, Sizef( 0, 0 ), Vector2i( 0, 0 ), Rect( mx * 64, my * 64, mx * 64 + 64, my * 64 + 64 ) );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user