more distinct wall chars
This commit is contained in:
parent
898a93d8e5
commit
ba151a76fd
@ -103,7 +103,7 @@ class Knife {
|
|||||||
return "█";
|
return "█";
|
||||||
}
|
}
|
||||||
if (this.#map.get(loc).architecture == Architecture.Wall) {
|
if (this.#map.get(loc).architecture == Architecture.Wall) {
|
||||||
return "#";
|
return "▓";
|
||||||
}
|
}
|
||||||
let r = this.#regions.get(loc);
|
let r = this.#regions.get(loc);
|
||||||
if(typeof r === "number") {
|
if(typeof r === "number") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user