Almas Baim

Results 163 comments of Almas Baim

Given the latest version is 19, this issue is outdated.

Hi, all runtime changes normally go through `getSettings()`. Try this: ``` getSettings().getLanguage().setValue(...); ``` Let me know if it works.

Hi @JavaGitHubber This sounds like more of a serialization question, rather than an asset loading one. Once a .tmx is loaded as entities (game objects), each entity possesses a set...

Hi, when a .tmx is loaded, it provides a `Level` object, which stores entities. Each tiled layer that is not an object layer will have an entity associated with it....

Hi, thanks for this. Please can you include the image, fxml file and the minimal code that reproduces this issue so we can test and fix it as appropriate.

@wendyunfa thanks for the clear examples, this should now be fixed by the attached commit. Let me know if it works. To get the latest build, you can use this:...

Please can your provide a minimal example for reproduction and fixing purposes, including the minimal .tmx, thanks. Everything in a tiled (that is non-object) layer gets merged into a single...

Currently no. Though it would be a good idea. Thanks for the suggestion.

@LegionaryCohort apologies for the delayed reply, your proposal regarding the 4 combinations seems reasonable. I am not particularly worried about TriggerListener behaviour because they are effectively just emulating raw inputs,...