mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-01 01:08:01 +03:00
6 lines
179 B
Lua
6 lines
179 B
Lua
![]() |
-- Main script file for game settings
|
||
|
|
||
|
settings.screenWidth = 1600;
|
||
|
settings.screenHeight = 900;
|
||
|
settings.windowTitle = "TR5Main Alpha";
|
||
|
settings.enableDynamicShadows = true;
|