mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-09 19:52:29 +08:00
24 lines
516 B
Go
24 lines
516 B
Go
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -125.1, z = -200.1 },
|
|
size = { x = 357.1, z = 357.1 },
|
|
born_pos = { x = 14.968, y = 40.000, z = 30.536 },
|
|
born_rot = { x = 0.000, y = 180.000, z = 0.000 },
|
|
die_y = -25.37537,
|
|
city_id = 1,
|
|
vision_anchor = { x = -125.1, z = -200.1 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 50051 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -125.1, z = -200.1 }, max = { x = 231.9, z = 156.9 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { } |