Almas Baim

Results 163 comments of Almas Baim

Great that you resolved it, I'm just going to reopen this, so I don't forget to revisit the menu transitions design

Hi, that's a good point. The 3d counterpart will probably need a separate implementation. For now, I've found this: https://stackoverflow.com/questions/28863312/javafx-3d-graphics-mouse-click-position-on-3d-object See if it works for your use case. If yes,...

Hia, thanks for keeping interest in the project alive. I seem to remember there are a few PRs I never got around to merging. Hope I can do that over...

Hi, here's an example module info: ``` open module app.name { requires com.almasb.fxgl.all; } ``` If the above doesn't work, please can you include the codebase / classes you are...

Hi, thanks for this. Can you send me an example .tmx with runnable code for reproduction purposes, thank you.

@Oliver-Loeffler was this fixed in #403 ? If not, do we have an FXML that can reproduce this?

Hi, thanks for this. It's likely caused by the engine incorrectly calculating tpf / fps at the start. There is an open PR which should fix it in the future...

Hi @coco1c It is the startup scene. Please see [this sample](https://github.com/AlmasB/FXGL/blob/10ee77c01791be7c9e6c81ed1ccf187b651e07b4/fxgl-samples/src/main/java/intermediate/CustomStartupSample.java) on how to override it with your own.