mirror of
https://gitlab.com/YuukiPS/GSServer-CBT.git
synced 2025-01-12 16: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 = 260.0, z = 260.0 },
|
||
|
born_pos = { x = 118.2, y = 9.5, z = 117.9 },
|
||
|
born_rot = { x = 0.0, y = 28.0, z = 0.0 }
|
||
|
}
|
||
|
|
||
|
-- 所有的区块
|
||
|
blocks = { 20005 }
|
||
|
|
||
|
-- Dummy Points
|
||
|
dummy_points = { }
|