1
0
Fork 0
forked from Simnation/Main

Update config.lua

This commit is contained in:
Nordi98 2025-07-26 03:33:49 +02:00
parent 90ab2c2b27
commit 626fb3f39f

View file

@ -158,5 +158,22 @@ return {
},
},
['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),
},
},
}
}