generated from 2ndbeam/bevy-template
feat: Barely working tilemap system
- Added tilemap bundle - Added HALVED_METERS_PER_PIXEL constant
This commit is contained in:
parent
ffdb5d94a8
commit
b59cec172d
8 changed files with 109 additions and 18 deletions
|
|
@ -16,6 +16,7 @@ mod tests;
|
|||
pub mod ui;
|
||||
|
||||
pub const PIXELS_PER_METER: f32 = 16.0;
|
||||
pub const HALVED_PIXELS_PER_METER: f32 = PIXELS_PER_METER * 0.5;
|
||||
|
||||
pub struct ExpeditionPlugin;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue