movement redo part 1

This commit is contained in:
StephenAdamson
2025-01-17 23:58:19 +00:00
parent 0af88c213d
commit 594131a372
2 changed files with 96 additions and 46 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ fn main() {
tile::camera_z_movement,
tile::update_tile_visibility
.run_if(|camera_moved: Res<tile::CameraMoved>| camera_moved.0),
log_fps_system,
// log_fps_system,
),
)
.run();