tidy up formatting

This commit is contained in:
Max Bradbury 2020-07-26 12:08:10 +01:00
parent b47a9f3911
commit c05010432a
1 changed files with 7 additions and 2 deletions

View File

@ -136,8 +136,13 @@ pub fn tile_default() -> Tile {
wall: None, wall: None,
animation_frames: vec![Image { animation_frames: vec![Image {
pixels: vec![ pixels: vec![
1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1,
1, 0, 0, 0, 0, 0, 0, 1,
1, 0, 0, 1, 1, 0, 0, 1,
1, 0, 0, 1, 1, 0, 0, 1,
1, 0, 0, 0, 0, 0, 0, 1,
1, 0, 0, 0, 0, 0, 0, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
], ],
}], }],