forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
90ab2c2b27
commit
626fb3f39f
1 changed files with 18 additions and 1 deletions
|
@ -157,6 +157,23 @@ return {
|
|||
pos = vector3(-1877.1190, -315.2307, 84.0426),
|
||||
},
|
||||
|
||||
},
|
||||
},
|
||||
['Wiwang Tower'] = {
|
||||
{
|
||||
number = 1, -- floor
|
||||
name = 'Lobby', -- or false
|
||||
code = nil, -- restrict floor by password
|
||||
pos = vector3(-816.3408, -692.7070, 28.0615),
|
||||
},
|
||||
{
|
||||
number = 2, -- floor
|
||||
name = 'Rooftop Bar', -- or false
|
||||
code = nil, -- restrict floor by password
|
||||
pos = vector3(-815.5788, -683.6073, 123.4197),
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue