Skip to content

Commit

Permalink
Dev Build Optimizations and dependency updates (#116)
Browse files Browse the repository at this point in the history
Issue:
==============
N/A

What was done:
==============
* Optimized the way the `DebugPlugin` renders the tile grid by using
horizontal and vertical lines instead of rectangles for each tile.
* Added a few pre-calculated constants related to level size.
* Simplified `translate_transform_to_grid_space` code by using grid size
constants.
* Updated `bevy` to 0.13.2.
* Updated all dependencies to latest versions.
* Removed `lazy_static` dependency by replacing its usage with a Bevy
`Resource`.
* Removed unused `bevy` features.
  • Loading branch information
mnmaita committed Apr 30, 2024
1 parent 6aae792 commit 1a9af36
Show file tree
Hide file tree
Showing 6 changed files with 556 additions and 589 deletions.
Loading

0 comments on commit 1a9af36

Please sign in to comment.