book and page now use the new camera system; added functionality to camera; progress on mainscreen;

This commit is contained in:
2018-11-12 00:33:40 -06:00
parent a2defc5d11
commit 0f10ce3a07
5 changed files with 62 additions and 16 deletions

View File

@@ -16,6 +16,7 @@ namespace RhythmBullet.Zer01HD.UI.Modular
List<UIModule> modules = new List<UIModule>();
Rectangle scissorBounds;
RasterizerState scissorRasterizer = new RasterizerState();
public UIModuleGroup(bool crop = false)
{
if (crop)