Emersont1

Results 4 issues of Emersont1

in the new text rendering, can you ensure the height of the text does not do this ![Peek 2020-05-11 09-42](https://user-images.githubusercontent.com/23140112/81542047-f20ddd00-936b-11ea-8856-8a07431a1afc.gif) by making sure the empty texture goes as far down...

Code: ```cpp auto title_l = KW_CreateLabel(gui, frame,"Text Wrapping in Scrollbox\n(Horizontal Bar Disabled)", &r); //KW_LabelEnableWrap(title_l); KW_SetLabelAlignment(title_l, KW_LABEL_ALIGN_RIGHT, 0, KW_LABEL_ALIGN_MIDDLE, 0); ``` No wrapping, but centered ![image](https://user-images.githubusercontent.com/23140112/81483081-5ed18c00-9233-11ea-9dd3-d3b534140efc.png) when I uncomment the `LabelEnableWrap(`...

Hi, when i try to run the program I get the following exception after logging in ``` (venv) [et1@sidrat ~]$ echo360-downloader https://echo360.org.uk/lesson/710163d8-d080-4976-b34a-9c7ead081a4e > Echo360 Cloud platform detected > This implies...

I'm not sure If I'm going about this in the wrong way, but I have some custom properties in tiles Once Its compiled and Loaded via MCGB and Content.Load, looking...

investigate