mirror of
https://gitlab.com/YuukiPS/GSServer-CBT.git
synced 2025-10-06 03:46:00 +03:00
melon
This commit is contained in:
15
soggy_resources/lua/Scene/50000/scene50000.lua
Normal file
15
soggy_resources/lua/Scene/50000/scene50000.lua
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
-- 地图配置
|
||||
scene_config = {
|
||||
begin_pos = { x = -500, z = -500 }, -- 地图开始的坐标
|
||||
size = { x = 1000, z = 1000 }, -- 地图大小
|
||||
born_pos = { x = 0, y = 0, z = 0 }, -- 出生点
|
||||
born_rot = { x = 0, y = 0, z = 0 } -- 出生朝向
|
||||
}
|
||||
|
||||
blocks = { }
|
||||
|
||||
-- 所有的group
|
||||
groups = {
|
||||
|
||||
}
|
45
soggy_resources/lua/Scene/50000/scene50000_point.json
Normal file
45
soggy_resources/lua/Scene/50000/scene50000_point.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"radius": 100,
|
||||
"points": {
|
||||
},
|
||||
"areas": {
|
||||
},
|
||||
"forces": {
|
||||
},
|
||||
"entities": {
|
||||
},
|
||||
"doors": {
|
||||
"1": {
|
||||
"$type": "ConfigLoadingDoor",
|
||||
"gadgetId": 40100200,
|
||||
"pos": {
|
||||
"x": -9.65,
|
||||
"y": 5.51,
|
||||
"z": -11.36
|
||||
},
|
||||
"rot": {
|
||||
"x": 0.0,
|
||||
"y": 0,
|
||||
"z": 0.0
|
||||
},
|
||||
"room1": 1,
|
||||
"room2": 3,
|
||||
},
|
||||
"2": {
|
||||
"$type": "ConfigLoadingDoor",
|
||||
"gadgetId": 40100200,
|
||||
"pos": {
|
||||
"x": 0.34,
|
||||
"y": 5.51,
|
||||
"z": -11.36
|
||||
},
|
||||
"rot": {
|
||||
"x": 0.0,
|
||||
"y": 0,
|
||||
"z": 0.0
|
||||
},
|
||||
"room1": 1,
|
||||
"room2": 2,
|
||||
},
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user