Implemented spritebatch's method of handling the origin.

This commit is contained in:
2019-03-01 23:24:08 -06:00
parent f311cc38f3
commit 8bd6ba6dc8
3 changed files with 16 additions and 9 deletions

View File

@@ -67,7 +67,7 @@ namespace RecrownedAthenaeum.UI.Modular.Modules
{
this.color = color;
this.rotation = rotation;
this.offset = origin;
this.origin = origin;
bounds = destination;
Draw(spriteBatch);
}