From bb322b9e8b1c2ce8a8ad2a29f3108366ce02254e Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 2 Jan 2025 13:50:41 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=20.vscode=20?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E5=88=B0=20.gitignore=20=E5=B9=B6=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E6=8E=89=20Scenes.config=20=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E5=9C=BA=E6=99=AF=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 .gitignore 文件中添加 .vscode 目录,避免 Visual Studio Code 的配置文件被提交到仓库 - 在 Scenes.config 文件中注释掉一个场景配置,可能为了暂时禁用该场景或进行测试 --- .gitignore | 1 + LogicServer/data/envir/Scenes.config | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 7e7cbda..07ea48a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ Gateway/memory.txt LogicServer/perfermance.txt LogicServer/scripterror.txt core.* +.vscode/ diff --git a/LogicServer/data/envir/Scenes.config b/LogicServer/data/envir/Scenes.config index e0d2ef3..df1dc6b 100755 --- a/LogicServer/data/envir/Scenes.config +++ b/LogicServer/data/envir/Scenes.config @@ -1610,17 +1610,17 @@ Scenes = { name = Lang.Scenes.s00005, mapHide = false, }, - { - posx = 150, - posy = 87, - dist = 1, - toSceneid = 54, - toPosx = 17, - toPosy = 13, - modelid = 0, - name = Lang.Scenes.s00054, - mapHide = true, - }, + -- { + -- posx = 150, + -- posy = 87, + -- dist = 1, + -- toSceneid = 54, + -- toPosx = 17, + -- toPosy = 13, + -- modelid = 0, + -- name = Lang.Scenes.s00054, + -- mapHide = true, + -- }, { posx = 149, posy = 108,