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,17 @@
-- 地图配置
scene_config = {
begin_pos = { x = -2595.5, z = -1589.2 },
size = { x = 5067.3, z = 3698.0 },
born_pos = { x = 0.0, y = 0.0, z = 0.0 },
born_rot = { x = 0.0, y = 0.0, z = 0.0 },
die_y = -100
}
-- 所有的区块
blocks = { 40005 }
-- Dummy Points
dummy_points = { "dummy_points" }
-- Routes
routes_config = { }

View File

@@ -0,0 +1,4 @@
{
"sceneId": 40005,
"routes": []
}

View File

@@ -0,0 +1,3 @@
-- 所有的group
groups = {
}

View File

@@ -0,0 +1,7 @@
{
"radius": 10.0,
"points": {},
"areas": {},
"forces": {},
"entities": {}
}