Lily Skye
Lily Skye
That's very strange... thanks for the bug report. I'm able to reproduce it in your online demo, and I don't see anything odd in the code you posted. I'll try...
Did you ever found a workaround for this? I have no idea where to start.
Thank you for opening this!
This should be improved in `@hex-engine/[email protected]`. Could you take a look?
I'll keep this issue open, because there are other improvements I want to make.
I agree with all of these :+1: Though, for "I want a button to collapse all expanded entries in the inspector", since in your PR you're changing collapsing to work...
Sorry I haven't reviewed this yet. I've been pretty overwhelmed with life stuff recently. I appreciate your work here though, and I hope to get to this soon.
Thanks! :D I'll try to review this soon.
The Aseprite component uses Animation: https://github.com/suchipi/hex-engine/blob/43cd447c99611d7eb9e9a0305b60edf5b660de45/packages/2d/src/Components/Aseprite.ts In your code you'll want to: - Draw each frame of the GIF on its own to fix the transparency problem - Create an...
Thanks for sharing! I will take a look. Hex Engine's raycasting requirements aren't *exactly* the same as Kontra's (since entities can be non-rectangular), but I can probably get some good...