mirror of
https://gitlab.com/YuukiPS/GSServer-CBT.git
synced 2024-12-25 15:29:22 +03:00
14 lines
267 B
Lua
14 lines
267 B
Lua
|
-- 地图配置
|
||
|
scene_config = {
|
||
|
begin_pos = { x = 0.0, z = 0.0 },
|
||
|
size = { x = 140.0, z = 100.0 },
|
||
|
born_pos = { x = 12.9, y = 8.2, z = 13.8 },
|
||
|
born_rot = { x = 0.0, y = 10.4, z = 0.0 }
|
||
|
}
|
||
|
|
||
|
-- 所有的区块
|
||
|
blocks = { 20004 }
|
||
|
|
||
|
-- Dummy Points
|
||
|
dummy_points = { }
|