diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-11-03 18:00:58 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-11-03 18:01:02 +0100 |
| commit | 4be7ba077a1366733c44ec78d85554ae3d57f6db (patch) | |
| tree | 6de3515e7c9f471b5b0f4947b0daecbd38d50050 /data | |
| parent | 1a5f9015b26b623e4b5baa764683855e4ef880cd (diff) | |
| download | hurrycurry-4be7ba077a1366733c44ec78d85554ae3d57f6db.tar hurrycurry-4be7ba077a1366733c44ec78d85554ae3d57f6db.tar.bz2 hurrycurry-4be7ba077a1366733c44ec78d85554ae3d57f6db.tar.zst | |
add extra pan to line map, score baseline
Diffstat (limited to 'data')
| -rw-r--r-- | data/maps/line.yaml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/data/maps/line.yaml b/data/maps/line.yaml index 222372a1..77f56fac 100644 --- a/data/maps/line.yaml +++ b/data/maps/line.yaml @@ -13,16 +13,16 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. # -score_baseline: 200 +score_baseline: 250 map: - - "''''''''''''''''''''''''''''" - - "''████████████████████████''" - - "''█ctc.ctc.ctc█pps█PSC#LR█''" - - "!_d...........d...d......d~'" - - "!_d...........d...d......d~'" - - "''█ctc.ctc.ctc█ppp█oofKTF█X'" - - "''████████████████████████''" - - "''''''''''''''''''''''''''''" + - "'''''''''''''''''''''''''''''" + - "''█████████████████████████''" + - "''█ctc.ctc.ctc█pps█PPSC#LR█''" + - "!_d...........d...d.......d~'" + - "!_d...........d...d.......d~'" + - "''█ctc.ctc.ctc█ppp█oof#KTF█X'" + - "''█████████████████████████''" + - "'''''''''''''''''''''''''''''" tiles: "#": counter @@ -42,7 +42,7 @@ tiles: "X": trash -x "c": chair -w - ".": floor -w + ".": floor -w "'": grass -w "~": path -w --chef-spawn "!": path -w --customer-spawn |