lil white player square
This commit is contained in:
6
src/player.rs
Normal file
6
src/player.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
use bevy::{ecs::component::Component, math::IVec2};
|
||||
|
||||
#[derive(Default, Debug, Component)]
|
||||
pub struct Player {
|
||||
pub pos: IVec2,
|
||||
}
|
||||
Reference in New Issue
Block a user