initial (bad) voxel renderer
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
use bevy_ecs::bundle::Bundle;
|
||||
|
||||
use crate::world::{component::{Position, Rotation}, grid::TileGrid};
|
||||
|
||||
#[derive(Bundle)]
|
||||
pub struct ClientGrid {
|
||||
pub grid: TileGrid,
|
||||
pub position: Position,
|
||||
pub rotation: Rotation,
|
||||
}
|
||||
Reference in New Issue
Block a user