Hi, I'm currently learning bevy and using the tutorial by Félix de Maneville (which is great!). I'm stuck at the end part 3 (https://dev.to/qongzi/bevy-minesweeper-part-3-1a9a)
I decided to use bevy 0.8.1 for this. So far, I only needed to change one thing on the Code (or so I thought), which is switching the camera system from OrthographicCameraBundle::new_2d() to Camera2dBundle::default().
However, the tilemap and tiles are not visible. If I change to bevy 0.7 (and the camera system back), it works.
Any idea what the issue could be?