migratetion to 0.18.0
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ fn main() {
|
||||
})
|
||||
.set(ImagePlugin::default_nearest()),
|
||||
)
|
||||
.add_plugins(bevy_rand::plugin::EntropyPlugin::<WyRand>::with_seed(
|
||||
.add_plugins(EntropyPlugin::<WyRand>::with_seed(
|
||||
(constants::SEED as u64).to_le_bytes(),
|
||||
))
|
||||
.insert_resource(ClearColor(Color::srgb(0., 0., 0.)))
|
||||
|
||||
Reference in New Issue
Block a user