From 3603cc15cf16391ab5ebeade8031eb70de97eb0d Mon Sep 17 00:00:00 2001 From: WWPXX <64907423+WWPXX233@users.noreply.github.com> Date: Fri, 7 Oct 2022 16:32:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=B0=B4=E6=9C=88=E8=82=89?= =?UTF-8?q?=E9=B8=BD=E5=85=B3=E5=8D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/roguelike_copilot.json | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/resource/roguelike_copilot.json b/resource/roguelike_copilot.json index b41c20af0d..688b4f61d2 100644 --- a/resource/roguelike_copilot.json +++ b/resource/roguelike_copilot.json @@ -817,14 +817,14 @@ 3, 4 ], - "direction": "left" + "direction": "up" }, { "location": [ 4, 4 ], - "direction": "right" + "direction": "up" }, { "location": [ @@ -862,13 +862,29 @@ 2, 1 ], + [ + 3, + 1 + ], + [ + 4, + 1 + ], + [ + 5, + 1 + ], [ 2, 2 ], [ - 8, - 4 + 5, + 2 + ], + [ + 5, + 3 ] ] },