- Joined
- Jan 31, 2016
- Messages
- 5,413
- Thread Author
- #1
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.
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.