mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-09 19:52:29 +08:00
23 lines
499 B
Go
23 lines
499 B
Go
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -2048.0, z = -2048.0 },
|
|
size = { x = 5096.0, z = 5096.0 },
|
|
born_pos = { x = 51.427, y = 4.599, z = 42.869 },
|
|
born_rot = { x = 0.000, y = 184.417, z = 0.000 },
|
|
die_y = -1000,
|
|
vision_anchor = { x = -2500.0, z = -2500.0 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 50020 }
|
|
|
|
-- 所有的区块范围坐标
|
|
block_rects = {
|
|
{ min = { x = 0.0, z = 0.0 }, max = { x = 1024.0, z = 1024.0 } }
|
|
}
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|
|
|
|
-- Routes
|
|
routes_config = { } |