mirror of
https://gitlab.com/YuukiPS/GSServer-CBT.git
synced 2025-08-03 10:20:12 +03:00
melon
This commit is contained in:
17
soggy_resources/lua/Scene/40006/scene40006.lua
Normal file
17
soggy_resources/lua/Scene/40006/scene40006.lua
Normal 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 = { 40006 }
|
||||
|
||||
-- Dummy Points
|
||||
dummy_points = { "dummy_points" }
|
||||
|
||||
-- Routes
|
||||
routes_config = { }
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"sceneId": 40006,
|
||||
"routes": []
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
-- 所有的group
|
||||
groups = {
|
||||
}
|
7
soggy_resources/lua/Scene/40006/scene40006_point.json
Normal file
7
soggy_resources/lua/Scene/40006/scene40006_point.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"radius": 10.0,
|
||||
"points": {},
|
||||
"areas": {},
|
||||
"forces": {},
|
||||
"entities": {}
|
||||
}
|
Reference in New Issue
Block a user