-
I have an example project demonstrating the bug, using a LDtk template edited to add a ladder tile entity.
The problem, to be specific, is that the importer isn't finding the Sprite and setting its t…
-
I've been taking a look at the examples provided with the toolkit, namely Entities.ldtk and Test_file_for_API_showing_all_features.ldtk, and I've noticed that they both have duplicate tile entries tha…
-
How can I configure kproject to use a proxy ?
Git is configured to use a proxy :
```
git config --global --add https.proxy http://user:password@url:port
git config --global --add http.proxy http…
-
-
This is extremely mysterious.
```
cargo check --all-targets --no-default-features
```
```
error[E0432]: unresolved import `bevy_ecs_tilemap::TilemapBundle`
--> examples/helpers/ldtk.rs:5:…
-
Currently, when saving a project with external levels, it seems the external level files are written to in a strange way. For whatever reason, external level files become unavailable for a moment whil…
Trouv updated
2 years ago
-
The SDL2 issue on Windows still remains to be solved as far as I know, but I just setup CI for Bevy Retro and 98% of the workflow file that I used should be usable with RAUI. It sets up builds for rus…
-
As far as I am aware LDTK multi worlds is not supported yet? Multi worlds is still an experimental feature in LDTK.
Though I wonder if anybody has a good way of handling multiple worlds in their ga…
-
Hey, it would be great to package ldtk to be available via flatpak!
I have no experience in this area otherwise I would likely just do it myself, so consider this just a friendly suggestion as I lik…
-
I've been testing bevy with some plugins and I can't figure how the camera translation and scaling works.
On a 1080p screen I have to translate the default 2d camera position on the x axis by preci…