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
|
@ -11,7 +11,7 @@ use bevy::{
|
|||
use rand::{Rng as _, SeedableRng};
|
||||
use wyrand::WyRand;
|
||||
|
||||
use crate::AppState;
|
||||
use super::state::AppState;
|
||||
|
||||
use super::{
|
||||
objects::{Ball, Player, Radius, Wall},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue