GSServer-CBT/soggy_resources/lua/Scene/40002/scene40002.lua

18 lines
319 B
Lua
Raw Normal View History

2022-11-21 11:30:31 +03:00
-- 地图配置
scene_config = {
begin_pos = { x = -3141.5, z = -3294.5 },
size = { x = 6874.2, z = 6909.4 },
born_pos = { x = 0.0, y = 0.0, z = 0.0 },
born_rot = { x = 0.0, y = 0.0, z = 0.0 },
die_y = -20
}
-- 所有的区块
blocks = { 40002 }
-- Dummy Points
dummy_points = { }
-- Routes
routes_config = { }