mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-01 09:18:00 +03:00
12 lines
535 B
Lua
12 lines
535 B
Lua
-- TR5Main engine settings file
|
|
-- Created by MontyTRC
|
|
-- Place in this LUA script all the engine settings for your game
|
|
-- WARNING: bad values could make your game unplayable, please follow with attention the reference guide
|
|
|
|
Gameflow.settings.screenwidth = 800;
|
|
Gameflow.settings.screenheight = 600;
|
|
Gameflow.settings.windowiitle = "TR5Main Alpha";
|
|
Gameflow.settings.enabledynamicshadows = true;
|
|
Gameflow.settings.enablewatercaustics = true;
|
|
Gameflow.settings.windowed = true;
|
|
Gameflow.settings.drawingdistance = 102400;
|