working path finding, non working targeting

This commit is contained in:
2025-01-24 17:20:45 +00:00
parent ca3fcc00ff
commit 7143a9dded
3 changed files with 100 additions and 103 deletions
+1 -1
View File
@@ -53,7 +53,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();