style: 修复 Scenes.config 文件中的格式问题

- 在两条配置记录中添加了缺失的逗号
- 优化了配置文件的格式一致性,提高了可读性和可维护性
This commit is contained in:
aixianling
2024-12-20 17:47:56 +08:00
parent 66d347182b
commit ae8a95389c

View File

@@ -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, },