mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-06 16:52:27 +08:00
13 lines
288 B
Go
13 lines
288 B
Go
|
|
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -2048.0, z = -3072.0 },
|
|
size = { x = 5120.0, z = 5120.0 },
|
|
born_pos = { x = 2747.6, y = 194.6, z = -1719.4 },
|
|
born_rot = { x = 0.0, y = 307.0, z = 0.0 },
|
|
die_y = 0,
|
|
vision_anchor = { x = -2048.0, z = -3072.0 }
|
|
}
|
|
|
|
blocks = {}
|