refining the sprites

This commit is contained in:
Llywelwyn 2023-09-23 19:35:51 +01:00
parent d58614b106
commit 670b365def
6 changed files with 28 additions and 22 deletions

View file

@ -45,19 +45,6 @@ fn main() -> BError {
context.with_post_scanlines(config::CONFIG.visuals.with_screen_burn);
}
context.set_active_console(0);
for i in 0..16 {
for j in 0..19 {
context.add_sprite(
Rect::with_size(i * 16, j * 16, 16, 16),
0,
RGBA::named(WHITE),
i + j * 16
);
}
}
context.set_active_console(1);
let mut gs = State {
ecs: World::new(),
mapgen_next_state: Some(RunState::MainMenu {