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/40003/scene40003.lua
Normal file
17
soggy_resources/lua/Scene/40003/scene40003.lua
Normal file
@@ -0,0 +1,17 @@
|
||||
-- 地图配置
|
||||
scene_config = {
|
||||
begin_pos = { x = -3141.5, z = -3294.5 },
|
||||
size = { x = 6874.2, z = 6909.4 },
|
||||
born_pos = { x = 0.0, y = 0.0, z = 0.0 },
|
||||
born_rot = { x = 0.0, y = 0.0, z = 0.0 },
|
||||
die_y = -20
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = { 40003 }
|
||||
|
||||
-- Dummy Points
|
||||
dummy_points = { }
|
||||
|
||||
-- Routes
|
||||
routes_config = { }
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"sceneId": 40003,
|
||||
"routes": []
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
-- 所有的group
|
||||
groups = {
|
||||
}
|
7
soggy_resources/lua/Scene/40003/scene40003_point.json
Normal file
7
soggy_resources/lua/Scene/40003/scene40003_point.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"radius": 10.0,
|
||||
"points": {},
|
||||
"areas": {},
|
||||
"forces": {},
|
||||
"entities": {}
|
||||
}
|
Reference in New Issue
Block a user