simplify game setup
This commit is contained in:
parent
f4c4339204
commit
30d19ed9d9
8 changed files with 145 additions and 171 deletions
|
|
@ -1,11 +1,6 @@
|
|||
use bevy::prelude::*;
|
||||
|
||||
use crate::{
|
||||
game::wall::{InWall, Wall},
|
||||
tiles::Tile,
|
||||
};
|
||||
|
||||
#[derive(Component)]
|
||||
#[derive(Component, Debug)]
|
||||
pub struct Player {
|
||||
pub name: String,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue