Closed Nilirad closed 1 year ago
In Bevy, Commands::spawn_bundle has been removed in favor of Commands::spawn. I changed two tests to accomodate for the API change.
Commands::spawn_bundle
Commands::spawn
In Bevy,
Commands::spawn_bundle
has been removed in favor ofCommands::spawn
. I changed two tests to accomodate for the API change.