refactor: split up and move texture-related code into src/texture submodule

This commit is contained in:
2025-07-24 12:41:36 -05:00
parent cfa73c58a8
commit 002da46045
9 changed files with 158 additions and 141 deletions

View File

@@ -52,7 +52,6 @@ unsafe fn attach_console() {
// Do NOT call AllocConsole here - we don't want a console when launched from Explorer
}
mod animation;
mod asset;
mod audio;
mod constants;
@@ -66,6 +65,7 @@ mod game;
mod helper;
mod map;
mod modulation;
mod texture;
#[cfg(not(target_os = "emscripten"))]
fn sleep(value: Duration) {