mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-08 23:32:26 +08:00
24 lines
505 B
Go
24 lines
505 B
Go
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -27.7, z = -50.1 },
|
|
size = { x = 55.4, z = 93.4 },
|
|
born_pos = { x = -0.177, y = 0.000, z = 36.561 },
|
|
born_rot = { x = 0.000, y = 184.233, z = 0.000 },
|
|
die_y = -28.46352,
|
|
city_id = 2,
|
|
vision_anchor = { x = -27.7, z = -50.1 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 40616 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -27.7, z = -50.1 }, max = { x = 27.7, z = 43.3 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { } |