Haath

Results 43 comments of Haath

> Sounds great! But, for example, I see topics like https://forum.defold.com/t/lua-and-luajit-best-practices/68405/2 And it looks like Lua has some very specific and annoying actually rules of thumb) I didn't dive in...

> Hi what is status of this MR ? something still need to be done or it waits for something ? Hey! No, I think I'm finished with everything I...

This would be great, and it would also provide the best solution to #6 since the model T has a square screen. @heneault could you maybe write a brief summary...

Hey, could you point out which functions you mean?

Ah you are right. To clarify though: the correct default here is actually not `0`, but to pass no argument at all. But since V2 I started doing this inline...

This does work, but I'd argue that it shouldn't be necessary. Versions of `bevy_ecs_ldtk` that claim in the README to track the main branch of `bevy_ecs_tilemap`, should just have `bevy_ecs_tilemap`...

I believe that crates.io doesn't allow crates with unpublished dependencies. [cargo#6738](https://github.com/rust-lang/cargo/issues/6738) And it does make sense, if that were possible then any crate could break unpredictably.

Since the PR went a bit under the radar, I took some liberties with my previous questions to make it ready for the review. The current design goes like this:...

Very good, that's the way! Left some comments but generally good approach :wink:

> Thanks for the feedback ! I will work on the changes. I will send a new pull request later. There is no need to make a new PR for...