refactor: center Rect with centered_with_size helper

This commit is contained in:
2025-07-28 18:47:24 -05:00
parent 25d5121a28
commit 4ecfded4ac
4 changed files with 17 additions and 5 deletions

View File

@@ -7,5 +7,6 @@ pub mod constants;
pub mod emscripten;
pub mod entity;
pub mod game;
pub mod helpers;
pub mod map;
pub mod texture;