From c6db3a75f756d790ede966c34adc3dbc793803d1 Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Wed, 15 Apr 2026 18:13:42 +0300 Subject: Try to implement costs, fail --- maps/cost_wall | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 maps/cost_wall (limited to 'maps/cost_wall') diff --git a/maps/cost_wall b/maps/cost_wall new file mode 100644 index 0000000..2f3c089 --- /dev/null +++ b/maps/cost_wall @@ -0,0 +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 -- cgit v1.2.3