motgenror
Results
2
issues of
motgenror
Amazing crate, thank you. I'm struggling to figure out: after I spawned a new grid and some children in it, how do you come back to that grid and add...
enhancement
With this in `Cargo.toml`: ``` bevy_console = { version = "0.13.1" } ``` And ``` .add_plugins(ConsolePlugin) .insert_resource(ConsoleConfiguration { ..default() }) ``` Bevy fails at startup with ``` bevy_console::console::console_ui could not...