simplify game setup

This commit is contained in:
Tao Tien 2026-01-13 00:01:38 -08:00
parent f4c4339204
commit 30d19ed9d9
8 changed files with 145 additions and 171 deletions

View file

@ -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,
}