This commit is contained in:
Akbar Yahya
2022-11-21 16:30:31 +08:00
commit e0d4d8040c
3326 changed files with 683000 additions and 0 deletions

View 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 = {
}

View 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,
},
}
}