formatting

This commit is contained in:
Llywelwyn 2023-09-03 22:47:59 +01:00
parent ae3e061ce8
commit a29a7f5be4
8 changed files with 937 additions and 15 deletions

View file

@ -3,7 +3,7 @@ use specs::prelude::*;
use specs::saveload::{ SimpleMarker, SimpleMarkerAllocator };
use rltk::prelude::*;
const DISPLAYWIDTH: i32 = 105;
const DISPLAYWIDTH: i32 = 100;
const DISPLAYHEIGHT: i32 = 56;
fn main() -> rltk::BError {