From ae8a95389cca53463060d2c6d7fd3d1d06868759 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 20 Dec 2024 17:47:56 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E5=A4=8D=20Scenes.config=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=AD=E7=9A=84=E6=A0=BC=E5=BC=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在两条配置记录中添加了缺失的逗号 - 优化了配置文件的格式一致性,提高了可读性和可维护性 --- LogicServer/data/envir/Scenes.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LogicServer/data/envir/Scenes.config b/LogicServer/data/envir/Scenes.config index 2f8f1e6..949f947 100755 --- a/LogicServer/data/envir/Scenes.config +++ b/LogicServer/data/envir/Scenes.config @@ -543,8 +543,8 @@ Scenes={ { count=16, time=15, firstTime=3, x=52,y=148, range=30, entityid=450, progress=0, }, { count=16, time=15, firstTime=3, x=52,y=148, range=30, entityid=451, progress=0, }, { count=16, time=13, firstTime=3, x=63,y=122, range=30, entityid=452, progress=0, }, - { count=16, time=13, firstTime=3, x=63,y=122 range=30, entityid=453, progress=0, }, - { count=16, time=12, firstTime=3, x=63,y=122 range=30, entityid=454, progress=0, }, + { count=16, time=13, firstTime=3, x=63,y=122, range=30, entityid=453, progress=0, }, + { count=16, time=12, firstTime=3, x=63,y=122, range=30, entityid=454, progress=0, }, { count=16, time=15, firstTime=3, x=16,y=136, range=30, entityid=449, progress=0, }, { count=16, time=15, firstTime=3, x=16,y=136, range=30, entityid=450, progress=0, }, { count=16, time=15, firstTime=3, x=16,y=136, range=30, entityid=451, progress=0, },