mirror of
https://gitlab.com/YuukiPS/GSServer-CBT.git
synced 2025-08-03 02:10:12 +03:00
melon
This commit is contained in:
10
soggy_resources/lua/Scene/1003/scene1003.lua
Normal file
10
soggy_resources/lua/Scene/1003/scene1003.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 = {}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"sceneId": 1003,
|
||||
"routes": []
|
||||
}
|
4
soggy_resources/lua/Scene/1003/scene3_block3003.lua
Normal file
4
soggy_resources/lua/Scene/1003/scene3_block3003.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
-- <20><><EFBFBD>е<EFBFBD>group
|
||||
groups = {
|
||||
|
||||
}
|
Reference in New Issue
Block a user