[ManiaScript] AnimMgr.Add with label and textsize points deprecated method.
Posted: 02 Feb 2020, 12:31
if you use
textSize seems to map to label.TextSize-method and that has been deprecated, when the new method is label.TextSizeReal
Thanks for fixing
Code: Select all
AnimMgr.Add(Label, """<elem textSize="4"""");
Thanks for fixing
