FXGL v11.7 Release Notes

Release Date: 2020-01-05 // over 4 years ago
  • ๐Ÿš€ Main focus of this release was on the fxgl-ai module. In particular, A* pathfinding and cell-based movements. Changelog:

    • โž• Added fxgl-ai module
    • ๐Ÿ’ป ProgressBar (fxgl-ui module) value not bindable was fixed (thanks @marvinbuff )
    • Particle effects can now scale with entities
    • Images.kt has new resize() function (thanks @CharlyZhu)
    • Cursor can now be set to invisible in the game scene
    • โž• Added IntervalSwitchComponent (thanks @CharlyZhu)
    • โž• Added TrailViewComponent
    • โž• Added PropertyMapView (thanks @CharlyZhu)
    • ๐Ÿ‘€ FXGLMath random can now be initialized with a seed (settings.setRandomSeed())
    • ๐Ÿ›  Minor bug fixes and extra convenience methods to Java and Kotlin DSL