littlektframework / littlekt

A multiplatform WebGPU 2D game framework written in Kotlin. Build your own game engine on top.
https://littlekt.com
Apache License 2.0
321 stars 12 forks source link

`MutableTextureAtlas` doesn't respect existing `TextureAtlas` that have tiles extruded #122

Open LeHaine opened 2 years ago

LeHaine commented 2 years ago

If an existing TextureAtlas is added to a MutableTextureAtlas, the extruded part is excluded when it should be included.