forked from Simnation/Main
ed
This commit is contained in:
parent
cd945f7aff
commit
fdb2ec1452
3046 changed files with 68309 additions and 12 deletions
10
resources/[defaultmaps]/prompt_sandy_motel/config.lua
Normal file
10
resources/[defaultmaps]/prompt_sandy_motel/config.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
Config = {}
|
||||
|
||||
-- Entity Set Configuration
|
||||
Config.EntitySets = {
|
||||
poker = {
|
||||
enabled = true, -- Set to true to enable the poker entity set, false to disable
|
||||
location = vector3(1577.52856, 3746.17773, 37.00349),
|
||||
interior = nil -- Will be populated when interior is found
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue