chore: cleanup
This commit is contained in:
parent
fab5c9cf0e
commit
7f3e444667
@ -6,8 +6,6 @@ use crate::{common::despawn_screen, prelude::*};
|
||||
#[derive(Component)]
|
||||
pub struct FieldView;
|
||||
|
||||
|
||||
|
||||
pub fn enter (
|
||||
mut commands: Commands,
|
||||
asset_server: Res<AssetServer>,
|
||||
|
||||
@ -9,8 +9,6 @@ use prelude::*;
|
||||
|
||||
impl Plugin for SqPlugin {
|
||||
fn build (&self, app: &mut App) {
|
||||
|
||||
|
||||
// add things to your app here
|
||||
app
|
||||
.insert_resource(ClearColor(BG_COLOR))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user