forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
7e68bdf167
commit
bdf557dfe7
1 changed files with 8 additions and 8 deletions
|
@ -364,18 +364,18 @@ Config.DefaultOpenDistance = 1.5
|
||||||
-- i wouldn't recommend to change anything there unless you know what you're doing
|
-- i wouldn't recommend to change anything there unless you know what you're doing
|
||||||
Config.resolution = {
|
Config.resolution = {
|
||||||
[-240931727] = {
|
[-240931727] = {
|
||||||
['ItemToOpen'] = nil -- Nordis Haus
|
['ItemToOpen'] = nil, -- Nordis Haus
|
||||||
|
['distance'] = 20,
|
||||||
|
['ScreenOffSet'] = vec3(-1.501170, -0.053320, 0.882935),
|
||||||
['Job'] = nil,
|
['Job'] = nil,
|
||||||
|
['ScreenSize'] = vec3(0.004715, 0.002255, 0.000000),
|
||||||
|
['distanceToOpen'] = 1.5,
|
||||||
['CameraOffSet'] = {
|
['CameraOffSet'] = {
|
||||||
['y'] = -3.0,
|
|
||||||
['z'] = 0.35,
|
['z'] = 0.35,
|
||||||
['rotationOffset'] = vec3(0.000000, 0.000000, 0.000000),
|
['rotationOffset'] = vec3(0.000000, 0.000000, 0.000000),
|
||||||
['x'] = 0.0
|
['x'] = 0.0,
|
||||||
},
|
['y'] = -3.0
|
||||||
['distance'] = 10,
|
}
|
||||||
['ScreenOffSet'] = vec3(-1.474100, -0.044680, 0.860460),
|
|
||||||
['ScreenSize'] = vec3(0.006200, 0.003550, 0.000000),
|
|
||||||
['distanceToOpen'] = 1.5
|
|
||||||
},
|
},
|
||||||
[1358323305] = {
|
[1358323305] = {
|
||||||
['ItemToOpen'] = nil, -- Kino
|
['ItemToOpen'] = nil, -- Kino
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue