Check the repository
Let's generate the minesweeper base tile map and set up our plugin.
Create a components module with a coordinates.rs file...
For further actions, you may consider blocking this person and/or reporting abuse
With bevy 0.10.0 & egui 0.18.1
bevy_inspector_egui::Inspectableis not supported in recent versions of bevy_inspector_egui.Can use
bevy::prelude::Reflectwithbevy_inspector_egui::InspectorOptionsto replace.how to use
don't forget to register custom type in app by using
app.register_type<Type>()github.com/leonidv/bevy-minesweepe... - full tutorial updated to 12.1. One chapter per commit.