mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-09 18:52:26 +08:00
24 lines
503 B
Go
24 lines
503 B
Go
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = 240.7, z = 101.2 },
|
|
size = { x = 545.7, z = 536.0 },
|
|
born_pos = { x = 531.116, y = 103.895, z = 375.299 },
|
|
born_rot = { x = 0.000, y = 261.161, z = 0.000 },
|
|
die_y = -20,
|
|
city_id = 4,
|
|
vision_anchor = { x = 0.0, z = 0.0 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 51009 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = 240.7, z = 101.2 }, max = { x = 786.3, z = 637.2 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { } |