From f2a99859f0c66ba17765c036a173e7f29927327a Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Thu, 16 Apr 2026 22:15:51 +0300 Subject: Fix costs --- maps/10x10 | 11 +++++++++++ maps/cost_wall | 20 ++++++++++---------- 2 files changed, 21 insertions(+), 10 deletions(-) create mode 100644 maps/10x10 (limited to 'maps') diff --git a/maps/10x10 b/maps/10x10 new file mode 100644 index 0000000..7c59765 --- /dev/null +++ b/maps/10x10 @@ -0,0 +1,11 @@ +10x10 +.#@x +.......... +.......... +.......... +.......... +.......... +@......x.. +.......... +.......... +.......... diff --git a/maps/cost_wall b/maps/cost_wall index 2f3c089..e8d18da 100644 --- a/maps/cost_wall +++ b/maps/cost_wall @@ -1,11 +1,11 @@ 10x10 -0 0 0 0 0 0 0 0 0 0 -0 0 0 0 9 0 0 0 0 0 -0 0 0 0 9 0 0 0 0 0 -0 0 0 0 9 0 0 0 0 0 -0 0 0 0 9 0 0 0 0 0 -0 0 0 0 9 0 0 0 0 0 -0 0 0 0 9 0 0 0 0 0 -0 0 0 0 9 0 0 0 0 0 -0 0 0 0 9 0 0 0 0 0 -0 0 0 0 9 0 0 0 0 0 +1 1 1 1 1 1 1 1 1 1 +1 1 1 1 9 1 1 1 1 1 +1 1 1 1 9 1 1 1 1 1 +1 1 1 1 9 1 1 1 1 1 +1 1 1 1 9 1 1 1 1 1 +1 1 1 1 9 1 1 1 1 1 +1 1 1 1 9 1 1 1 1 1 +1 1 1 1 9 1 1 1 1 1 +1 1 1 1 9 1 1 1 1 1 +1 1 1 1 9 1 1 1 1 1 -- cgit v1.2.3