mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-10 20:07:53 -06:00
refactor: split up and move texture-related code into src/texture submodule
This commit is contained in:
@@ -8,11 +8,12 @@ use sdl2::{
|
||||
};
|
||||
|
||||
use crate::{
|
||||
animation::{AnimatedAtlasTexture, FrameDrawn},
|
||||
direction::Direction,
|
||||
entity::{Entity, MovableEntity, Moving, Renderable, StaticEntity},
|
||||
map::Map,
|
||||
modulation::{SimpleTickModulator, TickModulator},
|
||||
texture::animated::AnimatedAtlasTexture,
|
||||
texture::FrameDrawn,
|
||||
};
|
||||
|
||||
use glam::{IVec2, UVec2};
|
||||
|
||||
Reference in New Issue
Block a user