More renderer work

This commit is contained in:
Matt Thorson
2020-09-08 20:20:26 -07:00
parent 52d1d5f383
commit ae21809566
7 changed files with 127 additions and 97 deletions

View File

@ -103,7 +103,7 @@ namespace Strawberry.Sample
base.Draw();
DrawHitbox(.Green);
//Game.Batcher.Tex(Assets.Textures["test"], X - 4, Y - 8);
Game.Batcher.Tex(Assets.Textures["test"], X - 4, Y - 8);
}
}
}