Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Bug SpriteItem#render(GraphicsContext) and InteractableRectangle#render(GraphicsContext)

Go check out new bots and give helpful feedback.
Joined
Jan 31, 2016
Messages
5,413
OSRS
Javafx Stage
Rendered onto a Canvas
Npcs, Players, GameObjects, and GroundItems work
SpriteItems do have a model but nothing happens on render. I tried getting the Bounds and rendering and still nothing, same with Interfaces.
My temporary fix is to just use the GraphicsContext And draw a rectangle using the InteractableBounds.
 
Top