mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-17 14:22:26 +08:00
更新配置表
This commit is contained in:
36
gdconf/game_data_config/lua/scene/1079/scene1079.lua
Normal file
36
gdconf/game_data_config/lua/scene/1079/scene1079.lua
Normal file
@@ -0,0 +1,36 @@
|
||||
-- 地图配置
|
||||
scene_config = {
|
||||
begin_pos = { x = -512.0, z = -512.0 },
|
||||
size = { x = 1024.0, z = 1024.0 },
|
||||
born_pos = { x = 12.606, y = 0.752, z = -2.291 },
|
||||
born_rot = { x = 0.000, y = 0.000, z = 0.000 },
|
||||
die_y = -20,
|
||||
room_safe_pos = {
|
||||
scene_id = 3,
|
||||
safe_pos = {
|
||||
x = -420.000,
|
||||
y = 277.000,
|
||||
z = 2723.000
|
||||
},
|
||||
safe_rot = {
|
||||
x = 0.000,
|
||||
y = 0.000,
|
||||
z = 0.000
|
||||
}
|
||||
},
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = { 1079 }
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -512.0, z = -512.0 }, max = { x = 512.0, z = 512.0 } }
|
||||
}
|
||||
|
||||
-- Dummy Points
|
||||
dummy_points = { "dummy_points" }
|
||||
|
||||
-- Routes
|
||||
routes_config = { }
|
||||
Reference in New Issue
Block a user