You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
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.
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
The text was updated successfully, but these errors were encountered:
From #1150:
loading a generic asset from the asset loaderthere isAssetLoader.getURL(String)
that returns a URL to a generic assetThe text was updated successfully, but these errors were encountered: