GSServer-CBT/soggy_resources/lua/Scene/20002/scene20002.lua

14 lines
270 B
Lua
Raw Normal View History

2022-11-21 11:30:31 +03:00
-- 地图配置
scene_config = {
begin_pos = { x = 0.0, z = -3.8 },
size = { x = 220.0, z = 120.0 },
born_pos = { x = 162.0, y = 7.2, z = 14.0 },
born_rot = { x = 0.0, y = 295.1, z = 0.0 }
}
-- 所有的区块
blocks = { 20002 }
-- Dummy Points
dummy_points = { }