AlmasB / FXGL

Java / JavaFX / Kotlin Game Library (Engine)
http://almasb.github.io/FXGL/
MIT License
4.45k stars 555 forks source link

Add ViewComponent setCursor to add a cursor to entity #1370

Open AlmasB opened 7 months ago

AlmasB commented 7 months ago

viewComponent.parent.cursor = ImageCursor(image("ui/cursors/attack.png"), 1.0, 1.0) e.g.