
Originally Posted by
jstemper
if this is for a rsps use MufasaLayer
Does reflection even work for RSPS?

Originally Posted by
TSN
If I recall correctly, you should call drawing methods through Reflect.Smart.Graphics.xxx
And Yeah so far I have these;
Simba Code:
Reflect.Smart.Graphics.Drawbox(5,282,250,336, True);
Reflect.Smart.Graphics.DrawClippedText(TimeRun, 'SmallChars07', Point(7, 290), 8421376);
Reflect.Smart.Graphics.DrawClippedText(Hello, 'SmallChars07', Point(7, 310), 8421376);
But I don't know how to make the text larger, input graphics, any of that. So if someone could point me in the right direction that'd be great