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

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