forked from Simnation/Main
16 lines
No EOL
344 B
Lua
16 lines
No EOL
344 B
Lua
Config = {}
|
|
|
|
Config.Debug = false
|
|
|
|
Config.Amount = 250
|
|
|
|
Config.Printers = {
|
|
kayas = {--- Job Name
|
|
prop = `prop_copier_01`, --- Prop that should Pe Spawned
|
|
coords = vector4(210.21, -826.04, 30.75, 72.16)
|
|
},
|
|
garbage = {
|
|
prop = `prop_copier_01`,
|
|
coords = vector4(208.79, -829.61, 30.75, 117.04)
|
|
},
|
|
} |