diff --git a/assets/martian.tweak.toml b/assets/martian.tweak.toml index 27a0c2d..68a2a14 100644 --- a/assets/martian.tweak.toml +++ b/assets/martian.tweak.toml @@ -29,8 +29,6 @@ Concrete Energy Pole: https://www.textures.com/download/PBR0340/136381 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/ Neothic Font by Daymarius: https://www.dafont.com/neothic.font diff --git a/src/game.rs b/src/game.rs index e63327c..7288690 100644 --- a/src/game.rs +++ b/src/game.rs @@ -371,14 +371,10 @@ impl Board { fn new() -> Board { Board::from_ascii( - // r#".....dqq - // dpp..pdq - // qdp..ppd - // qqd....."#, -r#"....q... - ..d..... - ....p... - ...q...."#, + r#".....dqq + dpp..pdq + qdp..ppd + qqd....."#, ) }