mirror of
https://gitlab.com/YuukiPS/GSServer-CBT.git
synced 2025-08-03 10:20:12 +03:00
melon
This commit is contained in:
10
soggy_resources/lua/Scene/2/scene2.lua
Normal file
10
soggy_resources/lua/Scene/2/scene2.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
-- 地图配置
|
||||
scene_config = {
|
||||
begin_pos = { x = -2500, z = -2500 }, -- 地图开始的坐标
|
||||
size = { x = 5000, z = 5000 }, -- 地图大小
|
||||
born_pos = { x = 0, y = 0, z = 0 }, -- 出生点
|
||||
born_rot = { x = 0, y = 0, z = 0 } -- 出生朝向
|
||||
}
|
||||
|
||||
blocks = {}
|
Reference in New Issue
Block a user