u3d-community / U3D

Open-source, cross-platform 2D and 3D game engine built in C++
https://u3d.io
MIT License
160 stars 26 forks source link

Add support for animeted tiles in tmx files #63

Closed pflat closed 6 months ago

pflat commented 6 months ago

These changes play animated tiles in tmx tilemaps. I had opened a pull request in Urho3D before, but at the time a lot of the LUA and Angel script bindings were missing. I finally made the transition to U3D and since the bindings are now done, I'm opening a new PR.

klaussilveira commented 6 months ago

Thanks for the contribution, @pflat! :+1: