mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-10 06:07:55 -06:00
refactor: huge refactor into atlas-based resources
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user