TombEngine/Build/Scripts/Settings.lua

13 lines
535 B
Lua
Raw Normal View History

-- 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
2018-09-02 09:29:36 +02:00
2018-09-17 20:43:08 +02:00
Gameflow.settings.screenwidth = 800;
Gameflow.settings.screenheight = 600;
Gameflow.settings.windowtitle = "TR5Main Alpha";
Gameflow.settings.enabledynamicshadows = true;
Gameflow.settings.enablewatercaustics = true;
Gameflow.settings.windowed = true;
2018-09-17 20:43:08 +02:00
Gameflow.settings.drawingdistance = 102400;