feat(LogicServer): 在场景 7044 中添加刷新设置
- 在 Scenes.config 文件的场景 7044 中添加了 refresh 字段 - 设置了 8 个不同的实体刷新配置,实体 ID 为 52 至 58 - 每个实体的刷新数量为 8,刷新时间为 3 秒,首次刷新时间为 3 秒 - 刷新位置为 (100, 73),刷新范围为 100
This commit is contained in:
		| @@ -7044,7 +7044,15 @@ Scenes = { | |||||||
|     defaultY = 11, |     defaultY = 11, | ||||||
|     area = { |     area = { | ||||||
|     }, |     }, | ||||||
|     refresh = {}, |     refresh = { | ||||||
|  |       { count = 8, time = 3,  firstTime = 3, x = 100, y = 73, range = 100, entityid = 52, progress = 0, }, | ||||||
|  |       { count = 8, time = 3,  firstTime = 3, x = 100, y = 73, range = 100, entityid = 53, progress = 0, }, | ||||||
|  |       { count = 8, time = 3,  firstTime = 3, x = 100, y = 73, range = 100, entityid = 54, progress = 0, }, | ||||||
|  |       { count = 8, time = 3,  firstTime = 3, x = 100, y = 73, range = 100, entityid = 55, progress = 0, }, | ||||||
|  |       { count = 8, time = 3,  firstTime = 3, x = 100, y = 73, range = 100, entityid = 56, progress = 0, }, | ||||||
|  |       { count = 8, time = 3,  firstTime = 3, x = 100, y = 73, range = 100, entityid = 57, progress = 0, }, | ||||||
|  |       { count = 8, time = 3,  firstTime = 3, x = 100, y = 73, range = 100, entityid = 58, progress = 0, }, | ||||||
|  |     }, | ||||||
|     npc = { |     npc = { | ||||||
|     }, |     }, | ||||||
|     teleport = { |     teleport = { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user