forked from Simnation/Main
Update interiors.lua
This commit is contained in:
parent
7ab4bafbe9
commit
48fe86a251
1 changed files with 9 additions and 7 deletions
|
@ -118,7 +118,15 @@ Config.Interiors = {
|
||||||
themes = {
|
themes = {
|
||||||
[0] = {label = "Basic", ipl = "", interiorId = nil, coords = vector4(-1288, 440.748, 97.69459, 20.0), teleportToDoor = false},
|
[0] = {label = "Basic", ipl = "", interiorId = nil, coords = vector4(-1288, 440.748, 97.69459, 20.0), teleportToDoor = false},
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
["ipl_18"] = {
|
||||||
|
label = "Simple House",
|
||||||
|
themes = {
|
||||||
|
[0] = {label = "Basic", ipl = "", interiorId = nil, coords = vector4(35.59, 6662.86, 0.19, 346.66), teleportToDoor = false},
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -254,12 +262,6 @@ Config.Interiors = {
|
||||||
},
|
},
|
||||||
|
|
||||||
["shell_22"] = {
|
["shell_22"] = {
|
||||||
label = "PB House",
|
|
||||||
shell = "pb_haus_shell_001",
|
|
||||||
zOffset = 0.0,
|
|
||||||
},
|
|
||||||
|
|
||||||
["shell_23"] = {
|
|
||||||
label = "Moto House",
|
label = "Moto House",
|
||||||
shell = "moto_shell01_shell",
|
shell = "moto_shell01_shell",
|
||||||
zOffset = 0.0,
|
zOffset = 0.0,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue