Added two theme loading functions to load themes from a folder path or a shape group.

Added clamp repeat simulation for shape rendering.
Another minor changes on the UI.
This commit is contained in:
spartanj
2010-10-13 04:26:43 -03:00
parent e977420aa6
commit caa2dcc745
20 changed files with 377 additions and 136 deletions

View File

@@ -44,4 +44,8 @@ cShape * cShapeGroup::Add( const Uint32& TexId, const eeRecti& SrcRect, const ee
return Add( eeNew ( cShape, ( TexId, SrcRect, DestWidth, DestHeight, OffsetX, OffsetY, Name ) ) );
}
Uint32 cShapeGroup::Count() {
return tResourceManager<cShape>::Count();
}
}}