FXGL v11.8 Release Notes

Release Date: 2020-03-08 // about 4 years ago
    • Most FXGL.* calls are implemented as EngineService for further modular architecture
    • getGameState() is now a property map of the game world, accessible via FXGL.getWorldProperties()
    • Fonts are loaded lazily. Now getUIFactoryService().newText() has unmodifiable fonts
    • Faster window startup
    • ๐Ÿ†• New events DSL API
    • ๐Ÿ†• New Action API for entities. An Action is short-term behavior.
    • JavaFX Properties can now be animated using the Animation DSL API
    • WobbleEffect
    • โฌ†๏ธ JavaFX upgraded to 13.0.2
    • ๐Ÿ†• New function to calculate distance between bboxes of entities
    • โšก๏ธ Minor convenience updates to API

    ๐Ÿ›  Fixes:

    • ๐Ÿ›  Fixed z-index sorting bug when z is updated at runtime
    • ๐Ÿ›  Fixed incorrect offset of the pause menu when window is resized