Skip to content

11.8

Compare
Choose a tag to compare
@AlmasB AlmasB released this 08 Mar 11:06
  • 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