mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-02 03:26:29 +03:00
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:
@@ -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();
|
||||
}
|
||||
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user