GSServer-CBT/soggy_resources/lua/Scene/20003/scene20003.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 = { }