TheRamenChef

Results 7 comments of TheRamenChef

It's currently [open as a feature request][1] on the Tiled forums. We should determine whether it's worth waiting for support from Tiled, or alternatively, reach out and see if we...

Any updates on this? Have we contacted bjorn yet?

One of the changes in #243 (specifically, 0f5c09b) was adding support for tilesets with individual images for each tile. I recently found `NullPointerException`s it was causing, and fixed them, but...

I think, more generally, we need to update the engine to support Tiled 1.3.

I've added support for parsing tile collision information; it still needs to be actually loaded into the collision engine.

Ideally, I'd like to pause the `Environment` without pausing the entire update loop. I would also like to pause sounds.

We could include the binaries from the jar's manifest, but I don't know how to do that with Gradle.