book and page now use the new camera system; added functionality to camera; progress on mainscreen;
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user