graphics.rs 108 B
pub const LAYER_TILE: f32 = 50.0;
pub const LAYER_ITEM: f32 = 300.0;
pub const LAYER_CREATURE: f32 = 400.0;
- Include dawnbringer sprites - Create basic spawner, spawn player - Fix splash screen scaling for virtual pixel sizes
pub const LAYER_TILE: f32 = 50.0;
pub const LAYER_ITEM: f32 = 300.0;
pub const LAYER_CREATURE: f32 = 400.0;