mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-02 09:47:58 +03:00
6 lines
No EOL
179 B
Lua
6 lines
No EOL
179 B
Lua
-- Main script file for game settings
|
|
|
|
settings.screenWidth = 1600;
|
|
settings.screenHeight = 900;
|
|
settings.windowTitle = "TR5Main Alpha";
|
|
settings.enableDynamicShadows = true; |