I recently re-implemented my asset import system to make it much more flexible. Instead of having each tile variation in its own PNG, I can now make a tile set as one image. I can reference either the whole thing as a tile's texture to make it animated, or I can reference individual "frames" to have multiple tile textures in one image. Makes things like this way easier... #gamedev