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-12 20:37:37 +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;
Gameflow.settings.drawingDistance = 102400;