mirror of
https://gitlab.com/YuukiPS/GSServer-CBT.git
synced 2024-12-25 07:19:22 +03:00
14 lines
269 B
Lua
14 lines
269 B
Lua
-- 地图配置
|
|
scene_config = {
|
|
begin_pos = { x = 0.0, z = 0.0 },
|
|
size = { x = 120.0, z = 240.0 },
|
|
born_pos = { x = 95.1, y = 2.0, z = 149.0 },
|
|
born_rot = { x = 0.0, y = 226.0, z = 0.0 }
|
|
}
|
|
|
|
-- 所有的区块
|
|
blocks = { 20003 }
|
|
|
|
-- Dummy Points
|
|
dummy_points = { }
|