fix: Fenstergröße auf 1600x900 beim Start gesetzt (Viewport 1920x1080)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
923969593d
commit
4fbb622b86
1 changed files with 8 additions and 0 deletions
|
|
@ -128,6 +128,14 @@ interact={
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[display]
|
||||||
|
|
||||||
|
window/size/viewport_width=1920
|
||||||
|
window/size/viewport_height=1080
|
||||||
|
window/size/window_width_override=1600
|
||||||
|
window/size/window_height_override=900
|
||||||
|
window/size/resizable=true
|
||||||
|
|
||||||
[physics]
|
[physics]
|
||||||
|
|
||||||
3d/physics_engine="Jolt Physics"
|
3d/physics_engine="Jolt Physics"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue