mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-08 21:42:27 +08:00
24 lines
512 B
Go
24 lines
512 B
Go
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -233.1, z = -140.4 },
|
|
size = { x = 512.0, z = 512.0 },
|
|
born_pos = { x = 103.586, y = 10.644, z = 148.990 },
|
|
born_rot = { x = 0.000, y = 225.000, z = 0.000 },
|
|
die_y = -20,
|
|
city_id = 3,
|
|
vision_anchor = { x = -233.1, z = -140.4 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 50055 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = -233.1, z = -140.4 }, max = { x = 278.9, z = 371.6 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { } |