-
Notifications
You must be signed in to change notification settings - Fork 10
Tilemap Info #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks, would be awesome to have this, as then we might not need to use Tiled or another system 😝 Made an issue in the cute_aseprite queue https://bit.ly/3ZewWaN Regarding collisions, you can load Slice data with |
Thanks for doing that. I should have thought of that given the cute_header is the dependency. Sorry about that. |
No need to be sorry. It has been something Iv'e been wanting too. Glad to have the issue open and know people have been thinking of it too. |
Hav eyou used much of the Tilemap stuff in Aseprite? I haven't explored it much. How does it work? |
There was a little bit of a wonky start for me with the actual creation of the individual maps and then getting them laid out after that. At first, it looked like it was creating and laying them out in a map at the same time, which lead to some funky results. Maybe I was just slow on the uptake, I dunno. I'm hoping that with one program having both functionality and a nice mechanism to read/load/display from that one format will do better compared to using something like Tiled. As an individual program, I do like Tiled, but either with Raylib or with Phaser (at least last time I checked with Phaser) I haven't found an easy mechanism to handle Tiled files. I just export as a PNG and manually apply collisions etc, which can be tedious, but it did work. |
With the new tilemap ability in Aseprite 1.3, any plans to support loading/displaying tilemap info to help setup collisions/animations etc for environments?
The text was updated successfully, but these errors were encountered: