mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-09 00:02:27 +08:00
24 lines
513 B
Go
24 lines
513 B
Go
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -598.4, z = -414.6 },
|
|
size = { x = 1319.9, z = 1199.4 },
|
|
born_pos = { x = -23.759, y = 30.848, z = 12.952 },
|
|
born_rot = { x = 0.000, y = 332.688, z = 0.000 },
|
|
die_y = -20,
|
|
city_id = 2,
|
|
vision_anchor = { x = -598.4, z = -414.6 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 50031 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -598.4, z = -414.6 }, max = { x = 721.5, z = 784.8 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { } |