chore: 添加 .vscode 目录到 .gitignore 并注释掉 Scenes.config 中的场景配置
- 在 .gitignore 文件中添加 .vscode 目录,避免 Visual Studio Code 的配置文件被提交到仓库 - 在 Scenes.config 文件中注释掉一个场景配置,可能为了暂时禁用该场景或进行测试
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,3 +5,4 @@ Gateway/memory.txt
|
|||||||
LogicServer/perfermance.txt
|
LogicServer/perfermance.txt
|
||||||
LogicServer/scripterror.txt
|
LogicServer/scripterror.txt
|
||||||
core.*
|
core.*
|
||||||
|
.vscode/
|
||||||
|
|||||||
@@ -1610,17 +1610,17 @@ Scenes = {
|
|||||||
name = Lang.Scenes.s00005,
|
name = Lang.Scenes.s00005,
|
||||||
mapHide = false,
|
mapHide = false,
|
||||||
},
|
},
|
||||||
{
|
-- {
|
||||||
posx = 150,
|
-- posx = 150,
|
||||||
posy = 87,
|
-- posy = 87,
|
||||||
dist = 1,
|
-- dist = 1,
|
||||||
toSceneid = 54,
|
-- toSceneid = 54,
|
||||||
toPosx = 17,
|
-- toPosx = 17,
|
||||||
toPosy = 13,
|
-- toPosy = 13,
|
||||||
modelid = 0,
|
-- modelid = 0,
|
||||||
name = Lang.Scenes.s00054,
|
-- name = Lang.Scenes.s00054,
|
||||||
mapHide = true,
|
-- mapHide = true,
|
||||||
},
|
-- },
|
||||||
{
|
{
|
||||||
posx = 149,
|
posx = 149,
|
||||||
posy = 108,
|
posy = 108,
|
||||||
|
|||||||
Reference in New Issue
Block a user