mirror of
https://gitlab.com/YuukiPS/GSServer-CBT.git
synced 2024-12-25 07:19:22 +03:00
18 lines
335 B
Lua
18 lines
335 B
Lua
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = -2595.5, z = -1589.2 },
|
|
size = { x = 5067.3, z = 3698.0 },
|
|
born_pos = { x = 0.0, y = 0.0, z = 0.0 },
|
|
born_rot = { x = 0.0, y = 0.0, z = 0.0 },
|
|
die_y = -100
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 40005 }
|
|
|
|
-- Dummy Points
|
|
dummy_points = { "dummy_points" }
|
|
|
|
-- Routes
|
|
routes_config = { }
|