refactor: huge refactor into atlas-based resources

This commit is contained in:
2025-07-26 12:20:04 -05:00
parent 6ca2e01fba
commit 8e5ec9fef0
17 changed files with 1700 additions and 463 deletions

View File

@@ -1,6 +1,5 @@
//! This module provides a simple animation and atlas system for textures.
use anyhow::Result;
use glam::IVec2;
use sdl2::render::WindowCanvas;
use crate::texture::sprite::AtlasTile;