Undo temporary board change -- oops!

main
Elijah C. Voigt 1 year ago
parent 9f3b9151b3
commit 6f613d730e

@ -29,8 +29,6 @@ Concrete Energy Pole: https://www.textures.com/download/PBR0340/136381
Space Blanket Folds: https://www.textures.com/download/PBR0152/133187 Space Blanket Folds: https://www.textures.com/download/PBR0152/133187
Background 2D art by NASA: LINK HERE
Silkscreen Font by Jason Kottke: https://www.kottke.org/plus/type/silkscreen/ Silkscreen Font by Jason Kottke: https://www.kottke.org/plus/type/silkscreen/
Neothic Font by Daymarius: https://www.dafont.com/neothic.font Neothic Font by Daymarius: https://www.dafont.com/neothic.font

@ -371,14 +371,10 @@ impl Board {
fn new() -> Board { fn new() -> Board {
Board::from_ascii( Board::from_ascii(
// r#".....dqq r#".....dqq
// dpp..pdq dpp..pdq
// qdp..ppd qdp..ppd
// qqd....."#, qqd....."#,
r#"....q...
..d.....
....p...
...q...."#,
) )
} }

Loading…
Cancel
Save