FXGL icon indicating copy to clipboard operation
FXGL copied to clipboard

Misc improvements based on user feedback

Open AlmasB opened this issue 4 years ago • 2 comments

From #1150:

  • [ ] FXGL.getAudioPlayer() could have removeAllMusic and/or Sound, it could also have get method returning sounds/music that "are there" or what is currently "playing"
  • [x] missing method removeAllEventHandlers() on FXGL.getEventBus() for restarting games
  • [ ] to get list of existing saved games, it is required to load the content of saved files. It should be possible to save metadata separately.
  • [x] ~loading a generic asset from the asset loader~ there is AssetLoader.getURL(String) that returns a URL to a generic asset
  • [ ] not possible to change cutscene actors' image size

AlmasB avatar Mar 26 '22 18:03 AlmasB

@jmaler removeAllEventHandlers() is now present in the latest build.

AlmasB avatar Mar 26 '22 18:03 AlmasB

Great, thanks!

jmaler avatar Apr 06 '22 08:04 jmaler