Move game logic plugin configuration to game-specific plugin
This commit is contained in:
parent
d6c4741582
commit
73ea0d6fd8
10 changed files with 136 additions and 70 deletions
|
@ -7,7 +7,7 @@ use bevy::prelude::*;
|
|||
use rand::random;
|
||||
|
||||
/// Value with which to initialize the PRNG
|
||||
#[derive(Resource, Clone, Copy)]
|
||||
#[derive(Resource, Debug, Clone, Copy)]
|
||||
pub struct Seed(u64);
|
||||
|
||||
impl Seed {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue