mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-08 21:52:27 +08:00
24 lines
519 B
Go
24 lines
519 B
Go
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -396.9, z = -511.2 },
|
|
size = { x = 985.9, z = 1050.7 },
|
|
born_pos = { x = -20.211, y = 4.710, z = -15.106 },
|
|
born_rot = { x = 0.000, y = 0.000, z = 0.000 },
|
|
die_y = -50,
|
|
city_id = 2,
|
|
vision_anchor = { x = -396.9, z = -511.2 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 50030 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -396.9, z = -511.2 }, max = { x = 589.0, z = 539.5 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { "routes" } |