Windows now have "pages". Eventually windows will allow multiple pages so we can have tabs.
Pages are the content area of the window. If a page is bigger than a window then scroll bars will appear, it you have scroll bars enabled.
I've also added the ability to add sprite to the page.
SDK v2 does not allow any type of clipping it seems, so i had to find my own way. I tried blend modes but that had issues, so i now copy the referenced sprite to a quad as a texture, then modify its position and dimensions to create clipping when a sprite is partially outside the window area.
+ System: On start of layout
-> EasyMenu: Set width to 300
-> EasyMenu: Set height to 200
-> EasyMenu: Set background color to "165,20,25"
-> EasyMenu: Enable border True
-> EasyMenu: Set border color to "20,255,135,1"
-> EasyMenu: Set border width to 20
-> EasyMenu: Enable drop shadow True
-> EasyMenu: Set drop shadow color to "25,123,80,0.5"
-> EasyMenu: Set drop shadow offset X to 15
-> EasyMenu: Set drop shadow offset Y to 25
-> EasyMenu: Set page height to 500
-> EasyMenu: Set page width to 300
-> EasyMenu: Set horizontal scrollbar enabled True
-> EasyMenu: Set vertical scrollbar enabled True
-> EasyMenu: Set UID Sprite.UID to page position (52, 152)
-> EasyMenu: Set UID Sprite2.UID to page position (20, 250)