Posted July 13, 201312 yr I'm trying to render some information on a bar at the top of the screen. At the moment I'm just trying to get a single color rectangle to be rendered and make it scale nicely into the position I want it before I start adding text and icons to it. So during a RenderGameOverlayEvent I do the following: if (event.isCancelable() || event.type != ElementType.EXPERIENCE) { return; drawRect(10, 10, 100, 100, 0x383838); I have checked that the drawRect line is being run, but nothing happens on the screen. Which means no effect what so ever. What reason could this be? I did use drawTexturedModalRect() method in my other mod and it worked perfectly while being called from the same kind of position. If you guys dont get it.. then well ya.. try harder...
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.